Plans
List plans
Returns a paginated list of plans. Supports filtering by tag IDs.
GET
List plans
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
Available options:
2026-04-01 Query Parameters
Number of items to return per page
Example:
20
Number of items to skip
Example:
0
Sort field and direction in format field:order
Example:
"created_at:desc"
Filter by tag IDs (comma-separated to match any)
Example:
"tag_abc123"