Skip to main content
GET
/
watch-mode
/
status
Error
A valid request URL is required to generate request examples
{
  "enabled": true,
  "projectName": "<string>",
  "watchingPath": "<string>"
}

Authorizations

Authorization
string
header
required

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

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