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>",
      "excluded_extensions": [
        "<string>"
      ],
      "excluded_filename_globs": [
        "<string>"
      ],
      "created_at": 123,
      "last_poll_time": 123,
      "files_analyzed_count": 123
    }
  ],
  "service_status": {
    "state": "stopped",
    "current_folder": "<string>",
    "current_file": "<string>",
    "files_pending": 123,
    "files_processed_this_session": 123,
    "last_error": "<string>",
    "paused_until": 123,
    "folder_stats": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt

Use this file to discover all available pages before exploring further.

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 20, 2026