Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Browser session ID

Query Parameters

path
string
required

Absolute directory path.

Pattern: ^/.*

Response

Directory listing

name
string
required

Base name of the file or directory.

path
string
required

Absolute path.

size_bytes
integer
required

Size in bytes. 0 for directories.

is_dir
boolean
required

Whether the path is a directory.

mod_time
string<date-time>
required

Last modification time.

mode
string
required

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