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>", "created_at": 123 } ], "service_status": {} }
Returns all configured watch folders and the background service status.
Jumper Pro license key passed via header
Watch folder list
Show child attributes
Was this page helpful?