Get Collection Details

Retrieve detailed information about a specific collection. Returns complete collection metadata including: - Title - Summary - Associated embedding instances - Associated task IDs - Creation and update timestamps

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

OR
AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Path parameters

collection_idstringRequiredformat: "uuid"
The UUID of the collection
org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.

Response

Collection details retrieved successfully
titlestring
project_idstringformat: "uuid"
idstringformat: "uuid"
createdstring
modifiedstring
summarystring or nullOptional
embedding_instanceslist of objectsOptionalDefaults to []
task_idslist of stringsOptionalDefaults to []

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error