Get the current status of a download task
Task status retrieved successfully
Task not found
Rate limit exceeded
Unexpected error
{- "resource": {
- "id": "string",
- "status": "added"
}
}
Creates an asynchronous download task for a specific element within a dashboard.
Download task created successfully
Invalid request parameters
Dashboard or Element not found
Rate limit exceeded
Unexpected error
{- "resource": {
- "id": "string",
- "status": "added"
}
}
Get the results of a download task for a specific element within a dashboard.
Download task results retrieved successfully
Dashboard, element, or task not found
Unexpected error
{- "error": "string",
- "code": 0,
- "correlationId": "string",
- "responseMessages": "string"
}