List Documents

List all documents in a collection. Headers: - Authorization: Bearer {api_key} - Captain API key for authentication - X-Organization-ID: Organization UUID

Path parameters

collection_namestringRequired
Name of the collection

Headers

AuthorizationstringRequired
Captain API key for authentication
X-Organization-IDstringRequired
Organization UUID

Query parameters

limitintegerOptionalDefaults to 100
Maximum number of documents to return
offsetintegerOptionalDefaults to 0
Pagination offset

Response

Successful Response
documentslist of objects or null
total_countinteger or null