Skip to main content
GET
/
watch-mode
/
status
{
  "enabled": true,
  "projectName": "<string>",
  "watchingPath": "<string>"
}

Response

The current watch mode status.

Current file watching status and configuration

enabled
boolean

Whether file watching is currently active

projectName
string

Name of the project being watched for file changes

watchingPath
string | null

The file system path being monitored for changes, null if not watching

I