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_id
The UUID of the collection
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Response
Collection details retrieved successfully
title
project_id
id
created
modified
summary
embedding_instances
task_ids
Errors
400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error