renza

API reference / Artifacts

List artifacts

GET/v1/artifacts

Lists artifacts in the active org, newest first. Filter to one deck with `deck`.

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

  • deckstringoptional

Returns

  • 200A page of artifacts.

Failures use the standard error envelope with a closed set of codes.