Plane · Rate Limits

Plane So Rate Limits

The Plane Cloud REST API enforces a fixed per-client rate limit of 60 requests per minute per API key. Requests beyond the limit receive an HTTP 429 response. Self-hosted Community Edition instances are not subject to Plane Cloud's limit and can be tuned by the operator. List endpoints use cursor-based pagination (cursor and per_page parameters) which keeps individual responses bounded and reduces request volume.

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

It captures 2 rate-limit definitions, measuring requests.

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

Tagged areas include Project Management, Issue Tracking, Open Source, Rate Limiting, and Quotas.

2 Limits Throttle: 429
Project ManagementIssue TrackingOpen SourceRate LimitingQuotasThrottling

Limits

Requests Per Minute api_key
requests
60
Each client (API key) is limited to 60 requests per minute on Plane Cloud.
Self-Hosted instance
requests
operator-configured
Community Edition instances are not bound by Plane Cloud's limit; the operator sets any throttling.

Policies

Pagination
List endpoints use cursor-based pagination with cursor and per_page parameters; responses include next_cursor, prev_cursor, and total_results.
Backoff Strategy
Clients should implement exponential backoff with jitter and respect the 429 response by retrying after a delay.

Sources