Skip to main content
GET
/
watch-folders
List watch folders
curl --request GET \
  --url http://localhost:6699/api/v1/watch-folders \
  --header 'X-License-Key: <api-key>'
{
  "watch_folders": [
    {
      "id": "<string>",
      "folder_path": "<string>",
      "enabled": true,
      "enable_visual_analysis": true,
      "enable_audio_analysis": true,
      "enable_face_analysis": true,
      "audio_language": "<string>",
      "cluster_job_name": "<string>",
      "face_eps": 123,
      "face_min_samples": 123,
      "cache_dir": "<string>",
      "created_at": 123
    }
  ],
  "service_status": {}
}

Authorizations

X-License-Key
string
header
required

Jumper Pro license key passed via header

Response

200 - application/json

Watch folder list

watch_folders
object[]
service_status
object
Last modified on February 18, 2026