Skip to content

Objects

List object ids in a namespace for which the subject is authorized under the given relation. Includes inheritance and one-level group membership.

Query parameters

NameRequiredMeaning
namespaceyesNamespace to list within, e.g. document.
subjectyesSubject id of the form namespace:external_id.
relationyesRelation to authorize under.
cursornoPagination cursor from a previous response.
limitnoPage size. Default 100. Max 1000.

Response 200

{
"namespace": "document",
"objects": ["42", "91", "204"],
"next_cursor": null
}

next_cursor is null when the result is exhausted.