Testrail Rate Limits
TestRail Cloud rate-limits the API to protect shared performance. Published limits are approximately 180 requests per minute on TestRail Professional Cloud and 300 requests per minute on TestRail Enterprise Cloud. When a client exceeds the limit, the API returns HTTP 429 Too Many Requests with a Retry-After header indicating how many seconds to wait before retrying. Self-hosted TestRail Server / Enterprise installations do not impose built-in API rate limits - throughput is bounded by the customer's own infrastructure. To stay under Cloud limits, TestRail recommends using bulk endpoints (for example add_results_for_cases instead of many add_result calls), adding a delay between calls, and upgrading to Enterprise Cloud for a higher ceiling.
Testrail Rate Limits is the machine-readable rate-limit profile for TestRail on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests and records.
The profile also includes 4 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Test Management, QA, Testing, Rate Limiting, and Quotas.