Path Parameters
ID of the report to retrieve.
Query Parameters
Specifies related objects to expand (for example, expand[]=fleet
).
Body
application/json · object
Response
Returns the Report object for a valid identifier. If the report is still being generated, its status field is pending and url is null. When generation succeeds, status becomes succeeded, succeeded_at is populated, and url contains a downloadable link. Raises an error otherwise.