v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBdashboardManagement
Get dashboard migration status.
Get the status of an asynchronous Dashboard Migration job for the given job identifier. If job succeeds, use Dashboard Migration Result endpoint to see results of the migration.
get/v2/dashboards/migrate/{jobId}/status
Path parameters
jobIdstring required
The identifier of the asynchronous Dashboard Migration job.
Response
Dashboard migration job status.
Example response
{
"status": "Success",
"statusMessage": ""
}