> ## Documentation Index
> Fetch the complete documentation index at: https://docs.permitcore.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Monthly export quota exceeded

> 429 — The monthly export quota for your tier is exhausted.

The monthly export quota for your tier is exhausted.

```json 429 application/problem+json theme={null}
{
  "type": "https://docs.permitcore.io/errors/monthly-exports-quota-exceeded",
  "title": "Monthly export quota exceeded",
  "status": 429,
  "detail": "…",
  "instance": "/v1/exports",
  "request_id": "req_1f07fb45782b445e9f6312ba23921234"
}
```

Every PermitCore error is [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457)
`application/problem+json`. **Branch on `type` (a stable URI)**, not on `title`
or `detail` (human-readable, may change).

## When it occurs

Your key exhausted its exported-rows ceiling for the trailing 30-day window. The 429 body carries `quota_kind: "monthly"` and export-dimension limits.

## How to fix

Monthly export quota restores progressively as usage ages out of the 30-day window; `reset_at` marks the next freed slot. Upgrade for a higher ceiling (Pro exports are unlimited). See [Rate limits](/concepts/rate-limits).

**Retryable** — retry with exponential backoff (respect `Retry-After` on `429`/`503`).

See the full [error catalog](/errors) for the response shape and retry matrix.
Every response carries an `x-request-id` header — include it in any support request.
