List reports on a message
Retrieves a list of reports on a message which contains suspicious, harassing, or inappropriate content.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Parameters
Required | Type | Description |
---|---|---|
channel_type | string | Specifies the type of a channel. Acceptable values are |
channel_url | string | Specifies the URL of a channel. |
message_id | string | Specifies the unique ID of a reported message. |
Optional | Type | Description |
---|---|---|
token | string | Specifies a page token that indicates the starting index of results to retrieve. If not specified, the index is set to |
limit | int | Specifies the number of results to return per page. Acceptable values are |
Response
If successful, this action returns a list of report resources on the message in the response body.
List of response properties
Property name | Type | Description |
---|---|---|
report_logs | nested object | A list of reports on a message. |
next | string | The value for the |
In the case of an error, an error object is returned. A detailed list of error codes is available here.