List Files
File storage
List Files
List indexed files and upload status for a text namespace.
GET
List Files
Overview
Returns all file records from the namespace file registry: paths, chunk counts, upload status, and custom metadata.Path parameters
Text namespace to list.
Request example
Response fields
"success" on success.Number of file records.
File records sorted by filename.
Server-generated file id (use for delete by id).
Container path used at upload (e.g.
/uploads/document.pdf).Basename of the file.
File extension including the dot (e.g.
.pdf).File size in bytes at upload time.
File last-modified time (ISO 8601) used for deduplication.
Content chunks indexed for this file.
Batch summary chunks created (one per 100 content chunks).
indexed, processing, failed, or file_missing (path no longer readable).Whether the source file still exists at
absolute_path inside the container.When the file was last successfully indexed (ISO 8601).
Error from the last failed upload attempt, or
null.Custom metadata merged from the upload request.