v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBdashboardManagement
Get report generation job status
Get the status of an asynchronous report generation request for the given job identifier. On success, use the getReportGenerationResult endpoint to get the result of the report generation job.
get/v2/dashboards/reportJobs/{jobId}/status
Path parameters
jobIdstring required
The identifier of the asynchronous report generation job.
Response
The status of the report generation job.
Example response
{
"status": "Success",
"statusMessage": ""
}