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. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-20"
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, expiration_days 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.

