get_incident
Get a single incident by ID, including its tags, status, severity level, duration, and the alert definition that triggered it.
Get a single incident by ID, including its tags, status, severity level, duration, and the alert definition that triggered it.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
incident_id | number | Yes | Incident ID |
operator | string | Yes | Operator slug (required for permission scoping) |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"operator": "string",
"incident_id": 0
}
Description
IDs from list_incidents; close with close_incident.
Related
What's next?
Last updated on