v1
latestOpenAPI 3.0.02026-07-2496664456.3 KBReport
Read report status.
Read the most recent report status. It will also show URLs containing report contents.
get/cm/v1/reports/{report_id}/status
Path parameters
report_idstring required
Report ID to read the status.
Response
A successful response.
Example response
{
"id": "anExistingReportId",
"status": "READY",
"location_json": "https://{WORKPLACE_REPORT_STORAGE}/reports/anExistingReportId.json?token={ONE_TIME_TOKEN}",
"location_csv": "https://{WORKPLACE_REPORT_STORAGE}/reports/anExistingReportId.csv?token={ONE_TIME_TOKEN}"
}