get_past_incidents
Retrieve past incidents similar to a given incident, using metadata and service context to find related issues within the last 6 months.
Instructions
Get Past Incidents related to a specific incident ID.
Past Incidents returns Incidents within the past 6 months that have similar
metadata and were generated on the same Service as the parent Incident.
By default, 50 Past Incidents are returned. This feature is currently available
as part of the Event Intelligence package or Digital Operations plan only.
Args:
incident_id: The ID of the incident to get past incidents for
query_model: Query parameters including limit and total flag
Returns:
List of past incidents with similarity scores
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_id | Yes | ||
| query_model | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | The maximum number of Incidents requested | |
| total | No | The total number of Past Incidents if the total parameter was set | |
| past_incidents | Yes | List of past incidents |