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

# Monitor limits

`GET /monitors/limits`

Returns how many monitors the account has and how many its plan 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 on the account's plan.
  - `plan` 'free' | 'starter' | 'pro' | 'scale', required — The plan tier the limit was resolved from.

## Other responses

- `401` — Unauthorized

## Changes

- **2026-07-09** `de91b92d5fb7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/context/apis/context-dev/changes/monitors/limits/get.md)

---

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