v97

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

Get process status

get/browsers/{id}/process/{process_id}/status

Path parameters

idstring required

Browser session ID

process_idstring uuid required

Response

Status

state'running' | 'exited'

Process state.

exit_codeinteger nullable

Exit code if the process has exited.

cpu_pctnumber

Estimated CPU usage percentage.

mem_bytesinteger

Estimated resident memory usage in bytes.