latestOpenAPI 3.1.02026-08-22154287463.4 KB

858365328f92

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

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

namestring required

Base name of the file or directory.

pathstring required

Absolute path.

size_bytesinteger required

Size in bytes. 0 for directories.