Returns the current metadata for a report, including a fresh pre-signed downloadUrl when the report is ready.
Use this endpoint to check the status of a pending report or to obtain a new download URL after the previous one has expired.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The report ID.
"550e8400-e29b-41d4-a716-446655440000"
Report metadata. Includes downloadUrl when status is ready.
Metadata for a unified report. status reflects whether the generated file is available.
If status is ready, the response includes a pre-signed downloadUrl. If pending, generation is still in progress. Poll GET /v1/reports/{id} until ready, then download using GET /v1/reports/{id}/content.
Requests are idempotent: the same entity and request parameters always produce the same report ID. Subsequent POST requests return the existing report.