Skip to main content
POST
/
filesystem.Filesystem
/
GetWatcherEvents
GetWatcherEvents
curl --request POST \
  --url https://api.example.com/filesystem.Filesystem/GetWatcherEvents \
  --header 'Content-Type: application/json' \
  --data '
{
  "watcherId": "<string>"
}
'
{
  "events": [
    {
      "name": "<string>",
      "type": "EVENT_TYPE_UNSPECIFIED"
    }
  ]
}

Body

application/json
watcherId
string

Response

Success

events
FilesystemEvent · object[]