Reports
List all past reports
Returns a paginated list of Report objects you’ve previously generated, sorted by creation date with the most recent reports first.
GET
Query Parameters
Maximum number of reports to return (default 10).
Required range:
1 <= x <= 100
Cursor for pagination; returns items after this report ID.
Cursor for pagination; returns items before this report ID.
Filter results by report status.
Available options:
pending
, succeeded
, failed
Specifies related objects to expand in each report (for example, expand[]=fleet
).
Body
application/json · object
Response
200
application/json
A dictionary with a data property that contains an array of up to limit Report objects, starting after Report starting_after. Each entry in data is a separate Report object. If no additional reports are available, the array is empty.
The response is of type object
.