List Plans
Returns a paginated list of plans belonging to an account, with optional filtering by visibility, type, release method, and product.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-09"
Query Parameters
The unique identifier of the account to list plans for.
The sort direction for results. Defaults to descending.
asc, desc The field to sort results by. Defaults to created_at.
id, active_members_count, created_at, internal_notes, expires_at Filter to only plans matching these release methods.
Filter to only plans matching these visibility states.
Filter to only plans matching these billing types.
Filter to only plans belonging to these product identifiers.
Only return plans created before this timestamp.
Only return plans created after this timestamp.
The number of plans to return (default and max 100).
A cursor; returns plans after this position.
The number of plans to return from the end of the range.
A cursor; returns plans before this position.

