---
title: "Get API quota status"
method: GET
path: "/status"
tags: ["Account"]
---

# Get API quota status

`GET /status`

Returns your current API quota and usage for the month.

## Response `200`

Quota status retrieved successfully

- StatusResponse
  - `quota` integer — Monthly API quota limit
  - `quotaUsed` integer — API calls used this month

## Other responses

- `401` — Invalid or missing API key

---

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