Skip to main content
GET
Get Collection

Authorizations

Authorization
string
header
required

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

Path Parameters

collection_id
string<uuid>
required

Response

Successful Response

A collection owned by the authenticated user.

collection_id
string<uuid>
required

Client-facing collection id; use it in item operations and in /v3/universal-ai calls that take a collection_id input.

model
string
required

'feature/subfeature/provider' string the collection is bound to.

name
string | null

Collection name, if any.