Stream filesystem events for a watch

GET/browsers/{id}/fs/watch/{watch_id}/events

Authorization

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}