Skip to content

List Documents in Collection

GET
/api/v3/organizations/{organisation}/ai/vector-db/collections/{collectionId}/documents
curl --request GET \
--url 'https://dashboard.quantcdn.io/api/v3/organizations/example/ai/vector-db/collections/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/documents?limit=50&offset=0' \
--header 'Authorization: Bearer <token>'

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

organisation
required
string
collectionId
required
string format: uuid
key
string

Filter by document key

limit
integer
default: 50 <= 100
offset
integer
0

Documents retrieved successfully

Access denied

Collection not found

Failed to list documents