v44

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0156121143.5 KB

List files in a directory

get/fs/list_files

Query parameters

pathstring required

Absolute directory path.

Response

Directory listing

namestring required

Base name of the file or directory.

pathstring required

Absolute path.

size_bytesinteger required

Size in bytes. 0 for directories.

is_dirboolean required

Whether the path is a directory.

mod_timestring date-time required

Last modification time.

modestring required

File mode bits (e.g., "drwxr-xr-x" or "-rw-r--r--").