Skip to main content
GET
List Files
Retrieve a list of files accessible to the authenticated user. Admin users with bypass access control enabled can see all files.

Request

Headers

string
required
Bearer token for authentication

Query Parameters

boolean
default:"true"
Whether to include extracted content in the response. Set to false to reduce response size.

Response

Returns an array of file objects.
array
string
Unique identifier for the file
string
Original filename
string
Storage path of the file
string
ID of the user who uploaded the file
object
File metadata
string
File name
string
MIME type of the file
number
File size in bytes
object
Processing and content data
string
Processing status: pending, completed, or failed
string
Extracted text content (only if content=true)
number
Unix timestamp of when the file was created
number
Unix timestamp of when the file was last updated

Examples

List all files with content

Response

List files without content

Response

Search Files

To search for files by filename pattern, use the search endpoint: