cURL
curl --request GET \ --url https://catchall.newscatcherapi.com/catchAll/monitors \ --header 'x-api-key: <api-key>'
{ "total_monitors": 3, "monitors": [ { "monitor_id": "7f3a8b2c-1e4d-4a5b-9c8d-6e7f8a9b0c1d", "reference_job_id": "af7a26d6-cf0b-458c-a6ed-4b6318c74da3", "reference_job_query": "Tech company earnings this quarter", "enabled": true, "schedule": "every day at 12 PM UTC", "timezone": "UTC", "created_at": "2025-10-23T14:30:00Z" } ] }
Returns all monitors created by the authenticated user.
API key for authentication.
List of user monitors
Total number of monitors for this user.
3
Array of monitor summaries.
Show child attributes
Was this page helpful?