---
title: "Get document quota"
method: GET
path: "/v1beta/documents/quota"
tags: ["Documents"]
---

# Get document quota

`GET /v1beta/documents/quota`

Returns the document quota status for the authenticated user's organization, including the number of documents used, the configured limit, and remaining capacity.

## Response `200`

Success

- GetDocumentQuotaResponse — GetDocumentQuotaResponse contains the document quota for the organization.
  - `available` integer — Remaining documents that can be created (limit minus used, floored at 0). When limit is 0 (unlimited), this field is 0 and should be ignored by clients.
  - `limit` integer — Maximum documents allowed for this organization. 0 means unlimited (no quota enforced).
  - `used` integer — Number of documents counting against quota (excludes demo, includes trashed).

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed - missing or invalid API key
- `403` — Authorization failed - valid key but insufficient permissions
- `404` — Resource not found
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/factify-inc/apis/factify-api.md) · [All operations](https://skmtc.net/factify-inc/apis/factify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factify-inc/factify-api/revisions/8baabdfb82bf/schema)
