Skip to content

List Documents in Collection

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

Lists documents in a collection with pagination. Supports filtering by document key.

Authorizations

Parameters

Path Parameters

organisation
required
string
collectionId
required
string format: uuid

Query Parameters

key
string

Filter by document key

limit
integer
default: 50 <= 100
offset
integer

Responses

200

Documents retrieved successfully

403

Access denied

404

Collection not found

500

Failed to list documents