renza

API reference / Decks

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–100
  • cursorstringoptional
  • orderstringoptionaldefault "created_at.desc"

    Possible values: created_at.desc, created_at.asc

  • statusstringoptional
  • trashedstringoptional

    List the trash instead of active decks.

    Possible values: true, false

  • folderstringoptional

    Filter 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.