cURL
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": {} } }
Returns all configured watch folders and the background service status.
Documentation IndexFetch the complete documentation index at: https://docs.getjumper.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt
Use this file to discover all available pages before exploring further.
Jumper Pro license key passed via header
Watch folder list
Show child attributes
Was this page helpful?