List reports
Retrieves a list of reports within an application.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Optional
Parameter name | 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 |
start_ts | long | Specifies a timestamp in Unix milliseconds to only retrieve reports which have been submitted after the specified time. |
end_ts | long | Specifies a timestamp in Unix milliseconds to only retrieve reports which have been submitted before the specified time. |
Response
If successful, this action returns a list of report resources in the response body.
List of response properties
Property name | Type | Description |
---|---|---|
report_logs | nested object | A list of reports within an application. |
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.