v50

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-05-1759238438.1 KB
Usage

List API key quotas

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

get/v1beta/quota/keys

Query parameters

organization_idstring

Optional: organization ID. If not provided, uses the caller's organization.

Example:org_01h2xcejqtf2nbrexx3vqjhp41

Optional: organization ID. If not provided, uses the caller's organization.

Response

Success

Example response

{
  "quotas": [
    {
      "api_key_id": "key_01h2xcejqtf2nbrexx3vqjhp41"
    }
  ]
}