LinearB · Rate Limits

Linearb Rate Limits

The LinearB public REST API enforces a per-endpoint rate limit of a maximum of 60 calls per minute for each specific endpoint. Requests beyond the limit are throttled. Limits apply per API token across the deployments, incidents, measurements, teams, and services endpoints.

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

It captures 1 rate-limit definition, measuring requests.

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

Tagged areas include Engineering Analytics, SEI, Developer Productivity, DORA Metrics, and DevOps.

1 Limits Throttle: 429
Engineering AnalyticsSEIDeveloper ProductivityDORA MetricsDevOpsRate LimitingQuotasThrottling

Limits

Per-Endpoint Calls Per Minute endpoint
requests
60
A maximum of 60 calls per minute for each specific endpoint, per API token.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After when receiving 429 responses.
Per-Endpoint Scope
The 60 calls-per-minute limit is applied independently to each specific endpoint rather than globally across all endpoints.

Sources