Get Schema Drift Report
get_schema_drift_reportGet what a monitor's schema validation found: per check whether it passed, and the drift items with their JSON path, severity, expected and actual value. Only returns something for monitors with schema validation on — see manage_drift_watch. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Only checks at or before this UTC timestamp (ISO 8601) | |
| from | No | Only checks at or after this UTC timestamp (ISO 8601) | |
| take | No | Maximum number of checks to report on, defaults to 50 | |
| monitorId | Yes | Public ID (GUID) of the monitor, from list_monitors |