Get File Statistics
GET /api/files/stats
Get aggregate statistics about all indexed files.
cURL
Response
Total number of indexed files
Total size in bytes (currently returns 0, tracking in progress)
Map of file extension to count
ISO 8601 timestamp of the most recently indexed file
200 Success
Get File by ID
GET /api/files/{file_id}
Retrieve metadata for a specific file by its database ID.
cURL
Response
200 Success
404 Not Found
Get Status
GET /api/status/
Check backend health and active job count.
cURL
200 Success