Run Monitor Now
run_monitor_nowImmediately trigger a monitor verification check outside its schedule, recording the result and detecting changes from the last run. Counts against monthly quota.
Instructions
Immediately run a monitor's verification check outside its normal schedule. Records the result and returns whether the observed value changed since the last run. Counts against your monthly quota. Requires a team API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monitor_id | Yes | The monitor ID returned by create_monitor. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monitor_id | Yes | ||
| result_id | Yes | ||
| status | Yes | ||
| changed | Yes | ||
| old_value | Yes | ||
| new_value | Yes | ||
| confidence | Yes | ||
| evidence | Yes | ||
| run_at | Yes | ||
| error | No |