GET/browsers/{id}/logs/stream

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Query Parameters

source*string

Value in

  • "path"
  • "supervisor"
follow?boolean
Defaulttrue
path?string

only required if source is path

supervisor_process?string

only required if source is supervisor

Response Body

text/event-stream

application/json

application/json

application/json

curl -X GET "https://example.com/browsers/string/logs/stream?source=path"
{  "event": "log",  "timestamp": "2019-08-24T14:15:22Z",  "message": "string"}