List Documents

List all documents in a project with optional filtering. Filter options: - By connection/datasource - By title (partial match) - By collection membership - By source type - By processing strategy Results are paginated and include document metadata.

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

org_idstringRequiredformat: "uuid"
project_idstringRequiredformat: "uuid"

Query parameters

connection_idstringOptionalformat: "uuid"
Filter by datasource connection
titlestringOptional

Filter by title (partial match)

cursorstringOptionalformat: "uuid"
Pagination cursor
collection_idstringOptionalformat: "uuid"
Filter by collection membership
page_limitintegerOptional1-100Defaults to 25
Results per page
sourceenum or nullOptional

Filter by where the document came from. Documents created through either upload endpoint have source: upload; the remaining values belong to documents synced from a datasource connection.

strategystringOptional
Filter by processing strategy

Response

Successfully retrieved documents
resultslist of objects
The list of items returned for the current page.
paginationobject or nullOptional
Contains pagination information for the result set.

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error