HomeGuidesAPI ReferenceGuidesMRT APIConfiguration API
GitHubAirheads Developer Community
API Reference

List Report Runs

(Deprecated) This API endpoint fetches report runs using the report ID. A report run includes details such as its report run ID, status, export information, start timestamp, and end timestamp. Report ID can be obtained from List Reports API.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The unique identifier of the user report.

Query Params
string
length ≤ 256

Sort expression. Each sort expression is a property name optionally followed by a direction indicator asc (ascending) or desc (descending).

If a direction indicator is omitted the default direction is ascending.

Supported fields are modifiedAt and status.

The field modifiedAt denotes last modified timestamp of the report run and status indicates report run current state - New, Running, Failed or Successful.

string
Defaults to 1

Specifies the pagination cursor for the next page of resources. Minimum value is 1.

integer
1 to 100
Defaults to 10

Maximum number of reports to be returned. Allowed range is 1 to 100.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json