Retrieve monitor
Authentication
AuthorizationBearer
Your API key, sent as a Bearer token.
Path parameters
monitor_id
Response
Successful Response
id
Monitor identifier.
query
The tracked query.
cadence
hourly, daily or weekly.
country
language
status
active or paused.
metadata
Arbitrary caller metadata.
createdAt
ISO-8601 creation timestamp.
runs
How many times the monitor has run.
cron
Cron expression (overrides cadence when present).
mode
'diff' or 'snapshot'.
filter_prompt
Natural-language predicate evaluated by Claude.
notify_on
Subset of: change | match | error.
webhook_max_attempts
webhook_backoff_seconds
webhook_secret_set
True if a webhook_secret is configured (the secret itself is never returned).
webhook
Where change events are delivered, if set.
lastRunAt
ISO-8601 timestamp of the most recent run.
nextRunAt
ISO-8601 timestamp of the next run, or null when paused.
last_webhook_status
HTTP status of the most recent webhook delivery, or null.
last_webhook_at
Epoch seconds the last webhook delivery completed.
last_webhook_error
Error message from the last webhook delivery, when it failed; null on success or when no webhook is set.
last_result
Summary of the most recent monitor event, or null.
Errors
422
Unprocessable Entity Error