Need help? Get answers from the docs with Omni's in-app AI! Log in to your Omni instance and open the Omni Agent in the sidebar.
curl --request GET \
--url https://{instance}.omniapp.co/api/v1/dashboards/{dashboardId}/download/{jobId}/status \
--header 'Authorization: Bearer <token>'curl --request GET \
--url https://{instance}.omniapp.co/api/v1/dashboards/{dashboardId}/download/{jobId}/status \
--header 'Authorization: Bearer <token>'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:Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
| 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 |
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
The dashboard identifier. This must match the ID of the original download request.
The job ID returned from the Initiate dashboard download endpoint
Job status retrieved successfully
The job ID
Current status of the download job
in_progress, complete, error The requested output format
pdf, png, csv, xlsx, json When the job was created
Error message. Only present when status is error.
Was this page helpful?