Skip to content

Get Collection Details

GET
/api/v3/organizations/{organisation}/ai/vector-db/collections/{collectionId}

Get detailed information about a specific vector database collection.

Authorizations

Parameters

Path Parameters

organisation
required
string

The organisation ID

collectionId
required
string format: uuid

The collection ID

Responses

200

Collection details retrieved successfully

object
collection
object
collectionId
string format: uuid
name
string
description
string
documentCount
integer
embeddingModel
string
dimensions
integer
createdAt
string format: date-time
updatedAt
string format: date-time

403

Access denied

404

Collection not found

500

Failed to retrieve collection