Testmo Rate Limits
Testmo does not publish fixed numeric per-minute rate limits for its REST API in the public documentation reviewed. The API is per-instance (https://{instance}.testmo.net/api/v1) and read-oriented, so throughput is primarily governed by pagination rather than a documented request cap. All list endpoints are paginated with page and per_page parameters (per_page defaults to 100), and responses include prev_page, next_page, and last_page so clients page through large result sets rather than pulling everything at once. Bulk write operations in the beta test case management API are capped by payload size - up to 100 cases or folders per request, and up to 20 attachments per upload.
Testmo Rate Limits is the machine-readable rate-limit profile for Testmo on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 5 rate-limit definitions, measuring requests, entries, cases, folders, and attachments.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Test Runs, Test Management, Rate Limiting, and Quotas.