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/unstable/documents/{dashboardId}/export \
--header 'Authorization: Bearer <token>'{
"dashboard": {},
"document": {},
"exportVersion": "0.1",
"workbookModel": {},
"fileUploads": [
{
"fileUploadId": "<string>",
"fileName": "<string>",
"contentType": "<string>",
"data": "<string>"
}
]
}Export dashboard for migration between Omni instances
curl --request GET \
--url https://{instance}.omniapp.co/api/unstable/documents/{dashboardId}/export \
--header 'Authorization: Bearer <token>'{
"dashboard": {},
"document": {},
"exportVersion": "0.1",
"workbookModel": {},
"fileUploads": [
{
"fileUploadId": "<string>",
"fileName": "<string>",
"contentType": "<string>",
"data": "<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.
Requires an Organization API Key. Personal Access Tokens (PATs) are not supported for this endpoint.
Include in the Authorization header as: Bearer ORGANIZATION_API_KEY
Dashboard identifier
Dashboard export data
Dashboard configuration
Document metadata
"0.1"
Workbook model data
Spreadsheet file data included in the export. Each item contains the file content and metadata needed to restore spreadsheet tiles during import.
Show child attributes
Was this page helpful?