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 Body
text/event-stream
application/json
application/json
application/json
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" }}