HomeGuidesAPI ReferenceGuidesMRT APIConfiguration API
GitHubAirheads Developer Community
API Reference

List Report Runs

This endpoint retrieves report execution history for a specific report ID. Each report run contains execution details including run ID, status, export data, and start/end timestamps. Obtain the required report ID from the List Reports API.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
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