List Contract Drift
list_contract_driftFind endpoints whose live responses deviate from their API contract, grouped by endpoint with drift items, duration, and contract version. Surface open or resolved drift to fix contract mismatches.
Instructions
List the endpoints of a project whose live responses drift from their contract, grouped by endpoint with the drift items, how long it has lasted and the contract version checked against. Resolved events are left out unless asked for. Use get_schema_drift_report for one monitor's history. Requires project context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | 'all' or 'resolved' includes closed events; omit for the open ones | |
| projectId | No | Public ID (GUID) of the project — defaults to the session context | |
| minSeverity | No | Lowest severity to report: 'error' or 'warning'. Omit for all | |
| lookbackDays | No | How far back to list RESOLVED events, in days (1-30, default 7) | |
| environmentId | No | Only drift in this environment, by its public ID (GUID) |