Objects
GET /v1/objects
Section titled “GET /v1/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
| Name | Required | Meaning |
|---|---|---|
namespace | yes | Namespace to list within, e.g. document. |
subject | yes | Subject id of the form namespace:external_id. |
relation | yes | Relation to authorize under. |
cursor | no | Pagination cursor from a previous response. |
limit | no | Page 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.