Limit Scope
The rate limit is shared across all API routes. For example, requests to bothhttps://app.onecodex.com/api/v1/samples and https://app.onecodex.com/api/v1/analyses count toward the same 10 requests/second limit.
Exceeding the Limit
If your application exceeds the allowed request rate, the API will respond with an HTTP429 Too Many Requests status code. No further requests will be processed until the rate falls back within the allowed threshold.
EXAMPLE RESPONSE

