Get multiple reports
GET /reports
GET
/reports
Authorizations
Parameters
Query Parameters
ids
required
string
The IDs of the reports
Responses
200
Expected response to a valid request
Array<object>
object
report_type
required
The type of the report being sent
string
item_id
required
The ID of the item (project, version, or user) being reported
string
item_type
required
The type of the item being reported
string
body
required
The extended explanation of the report
string
id
The ID of the report
string
reporter
required
The ID of the user who reported the item
string
created
required
The time at which the report was created
string format: ISO-8601
closed
required
Whether the report is resolved
boolean
thread_id
required
The ID of the moderation thread associated with this report
string
401
Incorrect token scopes or no authorization to access the requested item(s)
object
error
required
The name of the error
string
description
required
The contents of the error
string
404
The requested item(s) were not found or no authorization to access the requested item(s)