get_incident
Get incident details by providing the incident ID or number for quick access to incident information.
Instructions
Get a specific incident.
Args:
incident_id: The ID or number of the incident to retrieve.
Returns:
Incident detailsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the incident | |
| summary | No | A short summary of the incident | |
| incident_number | Yes | The number of the incident. This is unique across your account | |
| status | Yes | The current status of the incident | |
| title | Yes | A succinct description of the nature, symptoms, cause, or effect of the incident | |
| created_at | Yes | The time the incident was first triggered | |
| updated_at | Yes | The time the incident was last modified | |
| resolved_at | No | The time the incident became resolved or null if the incident is not resolved | |
| service | Yes | The service the incident is on | |
| assignments | No | The users assigned to the incident |