curl --request GET \
--url https://api.onkernel.com/browsers/{id}/fs/watch/{watch_id}/events \
--header 'Authorization: Bearer <token>'{
"type": "CREATE",
"path": "<string>",
"name": "<string>",
"is_dir": true
}curl --request GET \
--url https://api.onkernel.com/browsers/{id}/fs/watch/{watch_id}/events \
--header 'Authorization: Bearer <token>'{
"type": "CREATE",
"path": "<string>",
"name": "<string>",
"is_dir": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
SSE stream of filesystem events