Skip to main content
GET
Stream file modification events in a directory

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

Stream of modified file paths, one per line

The response is of type string.

Last modified on June 16, 2026