List all documents
Returns a summary of all ingested documents in the database.
Response
List of documents
Example response
[
{
"id": "doc_abc123",
"title": "Machine Learning Handbook",
"total_nodes": 42,
"max_depth": 4,
"source_path": "/uploads/ml-handbook.pdf",
"mime_type": "application/pdf",
"file_size": 2048576,
"table_id": "tbl_legal",
"created_at": "2024-01-15T10:30:00Z"
}
]Changes
Changed in 3 of the 7 revisions of this API.24
- ○
added the non-success response with the status
401response-non-success-status-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the optional property
items/authorfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/metadatato the response with the200statusresponse-optional-property-added
- ●
- ●
removed the optional property
items/metadatafrom the response with the200statusresponse-optional-property-removed
- ○
removed the non-success response with the status
401response-non-success-status-removed
- ○
added the optional property
items/authorto the response with the200statusresponse-optional-property-added
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●