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
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
.