Collections
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.
get/v1/collections/name/{collection_name}
Path parameters
collection_namestring required
The name of the collection
The name of the collection
Query parameters
owner_idstring uuid nullable
(Superuser only) Specify the owner_id to retrieve a collection by name
(Superuser only) Specify the owner_id to retrieve a collection by name
Response
Successful Response