list_incident_change_events
Retrieve change events linked to an incident by its ID, with an optional limit on the number returned.
Instructions
List change events related to a specific incident.
Args:
incident_id: The ID of the incident
limit: Maximum number of results to return (optional)
Returns:
List of ChangeEvent objects related to the incident
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| incident_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |