v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Data Observability

Get data observability monitor run status

Retrieves the current status of a data observability monitor run. Poll this endpoint after triggering a run to determine when evaluation is complete.

get/api/v2/data-observability/monitors/runs/{run_id}/status

Path parameters

run_idstring required

The ID of the monitor run to retrieve status for.

Response

OK

Example response

{
  "data": {
    "attributes": {
      "error_message": "run completed but produced no metric data",
      "status": "pending"
    },
    "id": "abc123def456",
    "type": "monitor_run"
  }
}