Claude Platform Docs

Rate Limits

List Workspace Rate Limits
$ ant beta:organization:workspaces:rate-limits list
GET/v1/organizations/workspaces/{workspace_id}/rate_limits

List rate-limit overrides configured for a workspace.

Models
beta_workspace_rate_limit: object{ type: "workspace_rate_limit", group_type, limits, 3 more }
beta_workspace_rate_limit_value: object{ type, org_limit, value }
type: string

The limiter type (for example, requests_per_minute or input_tokens_per_minute).

org_limit: number

The organization-level value for the same limiter type, for reference. null when the organization has no limit configured for this limiter type.

value: number

The workspace-level override value for this limiter type.