Get Watcher Status
Get the current status of the session watcher.
Response Body
application/json
curl -X GET "http://127.0.0.1:14242/threads/watcher/status"{
"running": true,
"watched_paths": [
"string"
],
"last_check": 0,
"auto_import_count": 0,
"errors": [
"string"
]
}