Rate Limits and Quotas
The Orgvue API enforces rate limits, concurrency limits, and request quotas to ensure consistent performance and reliability.
Rate limitโ
Each tenant is limited to 100 requests per second. Requests exceeding this rate will be throttled and may return a 42901 Throttled error along with a 429 HTTP response code.
Concurrency limitโ
A maximum of 50 concurrent requests per tenant is supported. Requests exceeding this limit may be rejected or delayed and can result in a 42901 Throttled error along with a 429 HTTP response code.
Daily quotaโ
Each tenant has a maximum allowance of 500,000 requests per day. Exceeding this quota will result in a 42902 QuotaExceeded error along with a 429 HTTP response code.
Exceeding limitsโ
If any of the above limits are exceeded, the API will return a usage plan error:
42901 Throttled โ Rate limit or concurrency limit exceeded
42902 QuotaExceeded โ Daily request quota exceeded