Trunk · Rate Limits

Trunk Io Rate Limits

The Trunk REST API (api.trunk.io) is an authenticated HTTP API using the x-api-token header and standard HTTP response codes. Trunk does not publish explicit numeric request-per-minute rate limits in its public API reference; list endpoints are paginated (page_size 1-100) which bounds response volume, and Flaky Tests uploads are processed periodically rather than in real time. Usage on the platform is metered by test spans per committer rather than by API call rate. Specific throttling thresholds are not reconciled in this artifact.

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

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

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

Tagged areas include Developer Tools, CI/CD, Flaky Tests, Merge Queue, and Rate Limiting.

3 Limits Throttle: 429
Developer ToolsCI/CDFlaky TestsMerge QueueRate LimitingQuotasThrottling

Limits

REST API Requests account
requests
see provider documentation
No public numeric RPM/RPD published; authenticated via x-api-token.
List Endpoint Page Size request
rows
100
page_query.page_size is bounded to 1-100 on list endpoints.
Test Result Uploads account
uploads
see provider documentation
Uploaded test results are processed periodically (not real-time); allow ~1 hour before results appear.

Policies

Pagination
List endpoints return paginated results with next/prev/last page tokens; page through rather than requesting large windows.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources