Sentry · Rate Limits

Sentry System Rate Limits

Sentry's REST API enforces two complementary mechanisms — fixed-window requests-per-second and concurrent in-flight requests. Limits are scoped per unique caller + endpoint combination (not per token, so generating extra tokens does not bypass them). Specific numeric thresholds are not published globally and vary per endpoint; current state is exposed via X-Sentry-Rate-Limit-* headers on every response. Sentry recommends webhooks over polling to avoid throttling.

Sentry System Rate Limits is the machine-readable rate-limit profile for Sentry on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 2 rate-limit definitions, measuring requests_per_window and concurrent_requests.

The profile also includes 4 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Error Tracking, Observability, and Rate Limiting.

2 Limits Throttle: 429
Error TrackingObservabilityRate Limiting

Limits

Per-caller / per-endpoint rate caller/endpoint
requests_per_window
see X-Sentry-Rate-Limit-Limit
Fixed-window count of requests by caller+endpoint. Reset epoch returned in X-Sentry-Rate-Limit-Reset.
Per-caller / per-endpoint concurrency caller/endpoint
concurrent_requests
see X-Sentry-Rate-Limit-ConcurrentLimit
Caps simultaneously open requests by caller+endpoint.

Policies

Caller-scoped enforcement
Limits are bound to the unique caller identity, not the token. Generating multiple tokens under the same identity does not raise the cap.
Header-driven adaptation
Always read X-Sentry-Rate-Limit-Remaining and X-Sentry-Rate-Limit-Reset to pace traffic. Concurrency caps require parallel-request governance.
Prefer webhooks over polling
Sentry explicitly recommends consuming events via webhooks rather than polling endpoints, to avoid hitting per-endpoint rate limits.
Backoff
On 429, back off until the time indicated by X-Sentry-Rate-Limit-Reset (UTC epoch); retries before that point will continue to be rejected.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/sentry-system-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.