Stream filesystem events for a watch
GET
/browsers/{id}/fs/watch/{watch_id}/eventsAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Browser session ID
watch_id*string
Response
text/event-stream
SSE stream of filesystem events
Filesystem change event.
curl -X GET "https://example.com/browsers/string/fs/watch/string/events"{ "type": "CREATE", "name": "string", "path": "string", "is_dir": true}{ "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" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}