Stream process stdout via SSE
GET
/browsers/{id}/process/{process_id}/stdout/streamAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Browser session ID
process_id*string
Format
uuidResponse
text/event-stream
SSE stream of process output and lifecycle events
SSE payload representing process output or lifecycle events.
curl -X GET "https://example.com/browsers/string/process/497f6eca-6276-4993-bfeb-53cbbbba6f08/stdout/stream"{ "stream": "stdout", "data_b64": "string", "event": "exit", "exit_code": 0}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}