Get Rate Limits

View as Markdown

Return live rate-limit usage (RPM / RPD / TPM) vs limits. Always reads fresh Redis counters — no caching.

Authenticate with an rsk_ API key; the response returns a single key scope for that key (org / team / member scopes are null).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

org_idstring or nullOptional

Ignored for API-key callers — usage is always scoped to the authenticated key.

team_idstring or nullOptional

Team UUID (optional filter)

Response

Successful Response
as_ofstring
orgobject or null

Rate limits for an org / team / member scope.

teamobject or null

Rate limits for an org / team / member scope.

memberobject or null

Rate limits for an org / team / member scope.

Errors

422
Unprocessable Entity Error