---
title: "Get organization quota status"
method: GET
path: "/v1beta/quota"
tags: ["Usage"]
---

# Get organization quota status

`GET /v1beta/quota`

Returns the current quota status for an organization including usage, limits, tier, and reset date.

## Query parameters

- `organization_id` string — Optional: organization ID to query. If not provided, uses the caller's organization. Only admins can query other organizations.

## Response `200`

Success

- GetOrganizationQuotaResponse — GetOrganizationQuotaResponse returns the quota status.
  - `quota` OrganizationQuota — OrganizationQuota represents the quota status for an organization.
    - `current_usage` integer — Current usage in the billing period.
    - `effective_limit` integer — The effective monthly limit (explicit limit if set, otherwise tier default).
    - `is_exceeded` boolean — Whether quota is exceeded.
    - `organization_id` string — The organization ID. Pattern: org_[0-9a-hjkmnp-tv-z]{26}
    - `period_start` string, date-time — Start of current billing period.
    - `remaining` integer — Remaining requests in the billing period.
    - `reset_at` string, date-time — When the quota resets (start of next billing period).
    - `tier` 'free' | 'custom'
    - `usage_percent` integer — Usage as a percentage (0-100+).

## 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/versions/8baabdfb82bf/schema)
