v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0172165343.2 KB
Rate Limiter

Rate Limit Get Remaining

Rate Limiter Get Remaining

post/api/v1.rate-limit.get-remaining

Request body

namespacestring nullable
keystring required

Example request

{
  "namespace": "some_namespace",
  "key": "some_key"
}

Response

remaininginteger required

Number of tokens remaining

retry_after_msinteger nullable

Milliseconds until at least one token is available (only present when remaining is 0)