Skip to main content

Change Events

Change Events represent changes to systems, services, and applications that can be correlated with incidents to provide context for troubleshooting. They help teams understand what changed before an incident occurred.

Toolsโ€‹

list_change_eventsโ€‹

List all change events with optional filtering.

ParameterTypeRequiredDescription
query_modelChangeEventQueryNoQuery parameters for filtering change events

Example prompt:

"List recent change events from the last 24 hours"


get_change_eventโ€‹

Get details about a specific change event.

ParameterTypeRequiredDescription
change_event_idstringYesThe ID of the change event to retrieve

list_service_change_eventsโ€‹

List all change events for a specific service.

ParameterTypeRequiredDescription
service_idstringYesThe ID of the service
query_modelChangeEventQueryNoQuery parameters for filtering change events

Example prompt:

"What changes were made to the payment-service in the last week?"


list_incident_change_eventsโ€‹

List change events related to a specific incident.

ParameterTypeRequiredDescription
incident_idstringYesThe ID of the incident
limitintegerNoMaximum number of results to return

Example prompt:

"What change events are related to incident P123456?"