list_alert_definitions
List alert definitions configured on the Kapptivate platform.
List alert definitions configured on the Kapptivate platform.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
archived | string | No | Filter by archived status: true or false |
detail | boolean | No | Return full JSON instead of compact summaries (default: false) |
name | string | No | Filter by alert name |
operator | string | Yes | Operator slug |
types | string | No | Comma-separated alert types: raw_alert, availability, metric, agent_availability, availability_last_point |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"operator": "string"
}
Description
These are persistent rules that automatically trigger incidents when conditions are met.
NOT the same as evaluate_alert which performs on-demand local analytics computation. To check platform alert status, use list_incidents.
Filters: name, types (comma-sep: raw_alert, availability, metric, agent_availability, availability_last_point), archived (bool).
Related
What's next?
Last updated on