Claude Platform Docs

Rate Limits

List Workspace Rate Limits
client.Beta.Organization.Workspaces.RateLimits.List(ctx, workspaceID, query) (*PageCursor[BetaWorkspaceRateLimit], error)
GET/v1/organizations/workspaces/{workspace_id}/rate_limits
Models
type BetaWorkspaceRateLimit struct{…}
type BetaWorkspaceRateLimitValue struct{…}
OrgLimit int64

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

Type string

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

Value int64

The workspace-level override value for this limiter type.