Get a collection by name

Retrieve a collection by its (owner_id, name) combination. The authenticated user can only fetch collections they own, or, if superuser, from anyone.

Path parameters

collection_namestringRequired

The name of the collection

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-API-KeystringRequired

Query parameters

owner_idstringOptionalformat: "uuid"

(Superuser only) Specify the owner_id to retrieve a collection by name

Response

Successful Response

resultsobject

Errors