List Documents
GET/documents
List documents in the project associated with the API key.
Returns a paginated list of documents with optional filtering. All filters
apply to both root and child documents. When a root document matches, its
children are included as a nested array. When only a child matches, it
appears as a top-level result with parent_id set.
Parameters:
- limit: Number of documents per page (1-100, default 20)
- offset: Number of documents to skip (default 0)
- status: Filter by processing status (
pending,processing,completed,failed) - name: Case-insensitive substring search on document name
- folder_path: Filter by exact folder path (
/as separator) - created_after: Lower bound on creation timestamp (ISO 8601)
- created_before: Upper bound on creation timestamp (ISO 8601)
Request
Responses
- 200
- 400
- 401
- 403
Paginated list of documents
Validation Error
Unauthorized
Forbidden