v4
OpenAPI 3.1.02026-08-01207318738.7 KBDashboards
Initiate dashboard download
post/api/v1/dashboards/{identifier}/download
Path parameters
identifierstring required
Dashboard identifier (short ID or UUID)
Example:12db1a0a
Dashboard identifier (short ID or UUID)
Query parameters
userIdstring uuid
Target user membership ID (for org-scoped API keys)
Target user membership ID (for org-scoped API keys)
Request body
Example request
{
"filterConfig": {
"status": [
"active",
"pending"
]
},
"format": "pdf",
"maxRowLimit": 1000,
"paperFormat": "letter",
"paperOrientation": "landscape",
"queryIdentifierMapKey": "Jmn2r3KV",
"showContentLink": true,
"showFilters": true,
"filename": "monthly-report"
}Response
Download job initiated successfully
Example response
{
"job_id": "123e4567-e89b-12d3-a456-426614174000",
"message": "Download initiated successfully"
}