client.docs.getLimits()
What each plan allows: requests per minute, day and month, MCP calls per day, paging depth, and how long to wait after a 429.
getLimits(): Promise<APIResponse<DocsLimits>>- stringHeadererforderlich
Ihr API-Schlüssel.
Authorization: Bearer <key>wird ebenfalls akzeptiert.
- object
The response payload.
- object[]
Every plan, cheapest first.
- string
Plan id.
- string
Plan name.
- integer
Monthly price in US cents.
- integer
Requests allowed per minute, per key.
- integer
Requests allowed per day, per key.
- integer
Requests included per month.
- integer
Calls through the hosted MCP server allowed per day, inside the daily request allowance.
- integer | null
The deepest page a list may be read to, or null for no limit.
- boolean
Whether paginated responses include the total count.
- object
Limits on a caller that sends no key.
- integer
Requests allowed per day to the endpoints that need no key.
- integer | null
The deepest page a list may be read to without a key.
- object
How fast a list may be paged through before
PAGINATION_BURSTis returned. - integer
Pages that may be read in quick succession.
- integer
The window those pages are counted over.
- object
How long to wait after a 429.
- integer
The
Retry-Aftersent with a per-minute refusal. - integer
The
Retry-Aftersent when the daily allowance is spent. - string[]
The headers a key may be sent in.
- string
The rate limits page in the docs.
- 400
VALIDATION_ERROR - 401
UNAUTHORIZED - 403
FORBIDDEN - 429
RATE_LIMITED - 500
INTERNAL_ERROR
- Mindeststufe
- Explorer+
- Monatskontingent
- 200/mo
- Anfragerate
- 10/min
- Tageslimit
- 50
Die Werte gelten für die Mindeststufe dieses Endpunkts. Höhere Stufen erhöhen alle Limits.