---
title: "Monitor limits"
method: GET
path: "/monitors/limits"
tags: ["Monitors"]
---

# Monitor limits

`GET /monitors/limits`

Returns how many monitors the account has and the maximum it allows.

## Response `200`

Monitor usage and plan limit

- MonitorsLimitsResponse
  - `monitors_used` integer, required — Number of monitors the account currently has.
  - `monitors_limit` integer, required — Maximum number of monitors allowed for the account. Defaults to the plan allowance unless a custom limit is set for the organization.
  - `plan` 'free' | 'starter' | 'pro' | 'scale', required — The plan tier the limit was resolved from.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/context/apis/context-dev.md) · [All operations](https://skmtc.net/context/apis/context-dev/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/context/context-dev/versions/182f532c2552/schema)
