cURL
curl --request GET \ --url https://catchall.newscatcherapi.com/catchAll/monitors/{monitor_id}/jobs \ --header 'x-api-key: <api-key>'
{ "monitor_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "sort_order": "asc", "total_jobs": 123, "jobs": [ { "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "start_date": "2025-11-14T21:00:00Z", "end_date": "2025-11-15T00:00:00Z" } ] }
Returns all jobs associated with a monitor, sorted by start_date. Each job includes job_id, start_date, and end_date.
API key for authentication.
Monitor identifier.
Sort by start_date (asc or desc).
asc
desc
List of monitor jobs
Sort order applied to results.
Total number of jobs for this monitor.
Array of job executions for this monitor.
Show child attributes
Was this page helpful?