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": "Tech company earnings this quarter",
      "enabled": true,
      "schedule": "every day at 12 PM UTC",
      "timezone": "UTC",
      "created_at": "2025-10-23T14:30:00Z"
    }
  ]
}

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.