list_monitor_rule_evaluations
List paginated rule evaluations for a monitor with filters for rule type, region, matched status, and time range. Use to find which rules fired on a monitor in a specific period.
Instructions
List rule evaluations produced for a monitor (paginated).
Filters:
rule_type: e.g. "consecutive_failures", "latency_threshold"
region: probe region, e.g. "us-east"
only_matched: if True, return only evaluations that fired
from_/to: ISO-8601 datetime bounds
Use to answer "which rules fired on monitor X in the last hour?".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| monitor_id | Yes | ||
| rule_type | No | ||
| region | No | ||
| only_matched | No | ||
| from_ | No | ||
| to | No | ||
| page | No | ||
| size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |