---
title: "Status (deprecated)"
method: GET
path: "/v1/monitors/status/{monitorId}"
tags: ["Monitors"]
---

# Status (deprecated)

`GET /v1/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

- MonitorStatus
  - `result` number, double, nullable
  - `lowerBound` number, double, nullable
  - `upperBound` number, double, nullable
  - `predicted` number, double, nullable
  - `passed` boolean, nullable
  - `createdAt` string, date-time
  - `status` 'PASS' | 'FAIL' | 'IN_TRAINING' | 'FAILED_TO_PREDICT' | 'NOT_ENOUGH_DATA' | 'ERROR' | 'INVALID_INPUT', nullable
  - `openRelatedIncidents` integer[] — A list of currently active incidents
  - `errorMessage` string, nullable — Error message if the latest evaluation is failed
  - `annotation` AnnotatedPoint, nullable — Optional annotation that was applied to this specific datapoint
    - `annotationType` 'FALSE_POSITIVE' | 'FALSE_NEGATIVE' | 'EXPECTED_OCCASIONALLY' | 'NEW_BASELINE' | 'TRUE_POSITIVE'
    - `annotatedTimestamp` string, date-time
    - `annotatingUserEmail` string

---

[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)
