Check download status
Dashboard downloads
Check download status
GET
Check download status
Retrieves the current status of a dashboard download job. Poll this endpoint to determine when the file is ready.
The response will contain one of the following statuses:
| Status | Description | Next Step |
|---|---|---|
in_progress | Job is still processing | Continue polling |
complete | File is ready | Call the Download endpoint |
error | Job failed - see error field for details | Review error and retry if needed |
Authorizations
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Path Parameters
The dashboard identifier. This must match the ID of the original download request.
The job ID returned from the Initiate dashboard download endpoint
Response
Job status retrieved successfully
The job ID
Current status of the download job
Available options:
in_progress, complete, error The requested output format
Available options:
pdf, png, csv, xlsx, json When the job was created
Error message. Only present when status is error.