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

## Changes

- **2026-08-08** `182f532c2552` — 1 warning
  - added the new `WEBSITE_BLOCKED` enum value to the `error_code` response property for the response status `401`
- **2026-08-07** `3c6a01ba967f` — 1 warning
  - added the new `COLD_DOMAIN_TIMEOUT_TOO_LOW` enum value to the `error_code` response property for the response status `401`
- **2026-08-06** `fc8ac2f5f021` — 4 warning
  - added the new `CONTENT_TOO_LARGE` enum value to the `error_code` response property for the response status `401`
  - added the new `PDF_IMAGES_ONLY` enum value to the `error_code` response property for the response status `401`
  - added the new `PDF_SKIPPED` enum value to the `error_code` response property for the response status `401`
  - added the new `WEBSITE_NOT_FOUND` enum value to the `error_code` response property for the response status `401`
- **2026-07-31** `f5c503b03f98` — 4 warning
  - added the new `BATCH_LIMIT_EXCEEDED` enum value to the `error_code` response property for the response status `401`
  - added the new `BATCH_NOT_CANCELLABLE` enum value to the `error_code` response property for the response status `401`
  - added the new `BATCH_NOT_COMPLETED` enum value to the `error_code` response property for the response status `401`
  - added the new `IDEMPOTENCY_KEY_CONFLICT` enum value to the `error_code` response property for the response status `401`
- …earlier changes not shown

[Full 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/1febe5476266/schema)
