Snyk Rate Limits
Snyk publishes an exact numeric ceiling: 1,620 requests per minute per API key, with a one-minute rate-limiting interval. Exceeding it returns 429 Too Many Requests, and Snyk states that all requests above the limit are rejected until requests stop for the duration of the interval. Snyk also reserves the right to introduce new limits without treating it as a breaking change, and tells clients to handle 429 and retry safely. Runtime signalling is thin: the REST OpenAPI declares a `retry-after` response header on the 429 responses of the two asynchronous export operations, but there are NO RateLimit-* or X-RateLimit-* headers anywhere in the contract, so a client cannot see how much budget it has left before it hits the wall - only that it has hit it.
Snyk Rate Limits is the machine-readable rate-limit profile for Snyk on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests, tier_eligibility, and export_jobs.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled, unauthorized, and serverError.
Tagged areas include Security, DevSecOps, Rate Limiting, and Throttling.
Limits
Policies
Sources
- https://docs.snyk.io/developer-tools/snyk-api/rest-api/about-the-rest-api
- https://api.snyk.io/rest/openapi/2026-03-25
- https://docs.snyk.io/developer-tools/snyk-api/authentication-for-api
Work with this as data
Every rate limit here is available over the APIs.io API and to AI agents over MCP.