---
title: "List API key quotas"
method: GET
path: "/v1beta/quota/keys"
tags: ["Usage"]
---

# List API key quotas

`GET /v1beta/quota/keys`

Returns all per-key quota configurations and current usage for an organization.

## Query parameters

- `organization_id` string — Optional: organization ID. If not provided, uses the caller's organization.

## Response `200`

Success

- ListAPIKeyQuotasResponse — ListAPIKeyQuotasResponse returns all key-level quotas.
  - `quotas` APIKeyQuota[] — Per-key quota configurations and usage.
    - `api_key_id` string — The API key ID.
    - `current_usage` integer — Current usage for this key in the billing period.
    - `is_exceeded` boolean — Whether this key's quota is exceeded. Only true when limit is set and exceeded.
    - `limit` integer, nullable — The configured limit for this key. Not set means no explicit key limit.
    - `remaining` integer — Remaining requests for this key. Only meaningful when limit is set.

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