GET/browsers/{id}/process/{process_id}/stdout/stream

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

process_id*string
Formatuuid

Response 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}