Plan
List plans
This endpoint returns a list of all plans for an account in a list format. The list of plans is ordered starting from the most recently created plan. The response also includes pagination_metadata which lets the caller retrieve the next page of results if they exist.
get/plans
Query parameters
limitinteger
The number of items to fetch. Defaults to 20.
cursorstring nullable
Cursor for pagination. This can be populated by the next_cursor value returned from the initial request.
status'active' | 'archived' | 'draft'
The plan status to filter to ('active', 'archived', or 'draft').
created_at[gte]string date-time nullable
created_at[gt]string date-time nullable
created_at[lt]string date-time nullable
created_at[lte]string date-time nullable
Response
OK