v1
latestOpenAPI 3.0.02026-07-2496664456.3 KBLog
Read log status.
Read the most recent log status. It will also show URLs containing log contents.
get/cm/v1/logs/{log_id}/status
Path parameters
log_idstring required
Log ID to read the status.
Response
Successfully read log status.
Example response
{
"status": "READY",
"location_csv": "https://{PLATFORM_LOG_STORAGE}/logs/anExistingLogId.csv?token={ONE_TIME_TOKEN}"
}