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

process_id
string<uuid>
required

Response

Status

Current status of a process.

state
enum<string>

Process state.

Available options:
running,
exited
exit_code
integer | null

Exit code if the process has exited.

cpu_pct
number

Estimated CPU usage percentage.

mem_bytes
integer

Estimated resident memory usage in bytes.