Path Parameters
ID of the report to retrieve.
Query Parameters
Specifies related objects to expand (for example, expand[]=fleet).
Body
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.
Unique identifier for the report object.
null
String representing the object’s type. Always reporting.
null
ID of the account associated with this report.
null
Time at which the report was created.
null
ID of the fleet that this report is scoped to, if applicable.
null
Parameters used to generate the report.
Size of the generated report file in bytes.
null
Current status of the report generation process.
pending, processing, succeeded, failed null
Timestamp when the report generation was completed successfully.
null
File format of the generated report (e.g., csv, pdf).
null
Public URL to download the generated report file.
null

