---
title: "Status"
method: GET
path: "/v2/monitors/status/{monitorId}"
tags: ["Monitors"]
---

# Status

`GET /v2/monitors/status/{monitorId}`

Get the latest status of a monitor. Will return a 404 if the monitor has not yet been run and modeled

## Path parameters

- `monitorId` string, uuid, required

## Response `200`

Success

- MonitorStatusResultV2
  - `statuses` SeriesStatus[]
    - `result` number, double, nullable
    - `lowerBound` number, double, nullable
    - `upperBound` number, double, nullable
    - `status` 'PASS' | 'FAIL' | 'IN_TRAINING' | 'FAILED_TO_PREDICT' | 'NOT_ENOUGH_DATA' | 'ERROR' | 'INVALID_INPUT'
    - `groups` LabelNameValue[] — The distinct set of key-value labels that identify this group. An empty set means it is the default group
      - `name` string
      - `value` string
    - `openRelatedIncidents` integer[] — A list of currently active incidents
  - `isErrored` boolean — Flag set to true if the group by query itself failed to run
  - `timestamp` string, date-time
  - `errorMessage` string, nullable — Error message if the latest evaluation is failed

---

[API](https://skmtc.dev/metaplane/apis/metaplane-api.md) · [All operations](https://skmtc.dev/metaplane/apis/metaplane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/metaplane/metaplane-api/revisions/97bbb4440547/schema)
