Skip to main content
GET
List Files

Overview

Returns all file records from the namespace file registry: paths, chunk counts, upload status, and custom metadata.

Path parameters

string
required
Text namespace to list.

Request example

Response fields

string
"success" on success.
number
Number of file records.
array
File records sorted by filename.
string
Server-generated file id (use for delete by id).
string
Container path used at upload (e.g. /uploads/document.pdf).
string
Basename of the file.
string
File extension including the dot (e.g. .pdf).
number
File size in bytes at upload time.
string
File last-modified time (ISO 8601) used for deduplication.
number
Content chunks indexed for this file.
number
Batch summary chunks created (one per 100 content chunks).
string
indexed, processing, failed, or file_missing (path no longer readable).
boolean
Whether the source file still exists at absolute_path inside the container.
string
When the file was last successfully indexed (ISO 8601).
string | null
Error from the last failed upload attempt, or null.
object
Custom metadata merged from the upload request.