Get one knowledge collection by id
Retrieve one collection, including the embedding model it was created with. An id that is unknown, one in another organisation and a malformed id all give 404.
GET
Returns
404 both for an ID that does not exist and for a collection that belongs to another organization. A malformed ID also returns 404.
Any role in the organization can read a collection.
string
required
Collection ID (a UUID).
Response
string
required
Collection ID (a UUID).
string
required
Display name.
string
required
Description. Empty string when none was set.
string
required
active or archived. An archived collection refuses ingestion and stays readable.string
required
Embedding model, fixed at creation.
integer
required
Vector width, fixed at creation.
string
required
ISO 8601 timestamp, in UTC.
string
required
ISO 8601 timestamp, in UTC.
Last modified on September 26, 2026