GET
/
watch
/
filesystem
/
{path}
curl --request GET \
  --url https://run.blaxel.ai/{workspace_id}/sandboxes/{sandbox_id}/watch/filesystem/{path} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

path
string
required

Directory path to watch

Query Parameters

ignore
string

Ignore patterns (comma-separated)

Response

200
text/plain

Stream of modified file paths, one per line

The response is of type string.