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} \
--header 'Authorization: Bearer <token>'"<string>"curl --request GET \
--url https://{instance}.omniapp.co/api/v1/dashboards/{dashboardId}/download/{jobId} \
--header 'Authorization: Bearer <token>'"<string>"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.
complete status.Content-Type - MIME type based on format (e.g., application/pdf)Content-Disposition - Attachment with filename (e.g., attachment; filename="Dashboard Name.pdf")Content-Length - File size in bytes (when available)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
File download successful
The response is of type file.
Was this page helpful?