Qase · Rate Limits

Qase Rate Limits

Qase publishes fixed numeric rate limits for the TestOps API. Requests are limited to 1,000 per minute per user (API token) and 3,000 per minute per IP address. Exceeding a limit returns HTTP 429 Too Many Requests. Separately, subscription plans cap other usage - for example, the Free tier limits API-published results to 25,000 per month - which is a plan quota rather than a per-minute request rate.

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

It captures 3 rate-limit definitions, measuring requests and results.

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

Tagged areas include Test Management, Test Runs, QA, Rate Limiting, and Quotas.

3 Limits Throttle: 429
Test ManagementTest RunsQARate LimitingQuotas

Limits

Per-User Request Rate user
requests
1000 per minute
Limit applies per API token (user).
Per-IP Request Rate ip
requests
3000 per minute
Limit applies per source IP address.
Free Tier API Results account
results
25000 per month (Free plan)
Plan quota on results published via the API on the Free tier; higher tiers raise or remove the cap.

Policies

Backoff Strategy
On HTTP 429, retry using exponential backoff with jitter and stay within the per-user and per-IP minute limits.
Token Scoping
Use separate API tokens per automation user or CI system so per-user limits and permissions are isolated.

Sources