Skip to main content
GET
/
catchAll
/
monitors
List monitors
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": "AI company acquisitions",
      "enabled": true,
      "schedule": "0 12 * * *",
      "schedule_human_readable": "Every 24 hours",
      "timezone": "UTC",
      "created_at": "2025-10-23T14:30:00Z",
      "webhook": {
        "url": "<string>",
        "method": "POST",
        "headers": {},
        "params": {},
        "auth": [
          "<string>"
        ]
      }
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication.

Response

List of user monitors

total_monitors
integer
required

Total number of monitors for this user.

Example:

3

monitors
object[]
required

Array of monitor summaries.