v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-31135175384.2 KB
Browser Filesystem

Get information about a file or directory

get/browsers/{id}/fs/file_info

Path parameters

idstring required

Browser session ID

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