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_id
project_id
Query parameters
connection_id
Filter by datasource connection
title
Filter by title (partial match)
cursor
Pagination cursor
collection_id
Filter by collection membership
page_limit
Results per page
source
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.
strategy
Filter by processing strategy
Response
Successfully retrieved documents
results
The list of items returned for the current page.
pagination
Contains pagination information for the result set.
Errors
400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error