monitor_list
List all website monitors, or fetch one monitor's configuration and status—check times, active state, credit cost, alert settings. Use it to find monitor IDs for changes or control.
Instructions
List your website monitors, or pass id to fetch one monitor's full configuration and status (next/last check time, active state, per-check credit cost, alert settings). Use this to find a monitor's id before monitor_changes or monitor_control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Monitor ID — fetch just this monitor instead of the full list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| scope | No | ||
| isActive | No | ||
| monitors | No | Present when id was omitted — every monitor, each shaped like the fields above. | |
| watchMode | No | ||
| watchFormat | No | ||
| intervalMinutes | No | ||
| alertWebhookSecret | No | Always redacted before being returned — retrieve the real value from the Anakin dashboard. |