renza

API reference / Grants

List grants

GET/v1/grants

Lists access grants in the active org. Filter by `resource`/`resource_type` or `principal`.

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

  • resource_typestringoptional

    Possible values: deck, folder

  • resourcestringoptional
  • principalstringoptional

Returns

  • 200A page of grants.

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