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–100cursorstringoptionalorderstringoptionaldefault "created_at.desc"Possible values:
created_at.desc,created_at.ascresource_typestringoptionalPossible values:
deck,folderresourcestringoptionalprincipalstringoptional
Returns
200A page of grants.
Failures use the standard error envelope with a closed set of codes.