documents
List all documents
Returns a summary of all ingested documents in the database.
get/v1/documents
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"
}
]