List decks
GET/v1/decks
Lists decks in the active org, newest first. Filter by `status`; paginate with `cursor`.
Requires an API key (bearer), scoped to the active org.
Query parameters
limitintegeroptionaldefault 201–100cursorstringoptionalorderstringoptionaldefault "created_at.desc"Possible values:
created_at.desc,created_at.ascstatusstringoptionaltrashedstringoptionalList the trash instead of active decks.
Possible values:
true,falsefolderstringoptionalFilter to a folder id, or `root` for unfiled decks.
Returns
200A page of decks.
Failures use the standard error envelope with a closed set of codes.