Stream file modification events in a directory
filesystem
Stream file modification events in a directory
Streams the path of modified files (one per line) in the given directory. Closes when the client disconnects.
GET
Stream file modification events in a directory
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Directory path to watch
Query Parameters
Ignore patterns (comma-separated)
Response
Stream of modified file paths, one per line
The response is of type string.
Last modified on June 3, 2026
