v44

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

Get information about a file or directory

get/fs/file_info

Query parameters

pathstring required

Absolute path of the file or directory.

Response

File information

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--").