POST
/
api
/
filesystem
/
list

Body

application/json
path
string
required

Directory path to list

include_hidden
boolean
default:
false

Whether to include hidden files/directories

pattern
string | null

Glob pattern to filter results

Response

200 - application/json
is_hidden
boolean
required

Whether the file/directory is hidden

modified_time
string
required

Last modification time

name
string
required

File or directory name

path
string
required

Full path to the file or directory

size
integer
required

Size in bytes

type
string
required

Type of entry: 'file' or 'directory'

extension
string | null

File extension if applicable