Overview
Theget_change_event tool retrieves detailed information about a specific change event, including its summary, timestamp, associated services, and custom details.
This is a read-only tool that does not modify any data in your PagerDuty account.
Parameters
The unique identifier of the change event to retrieve.Example:
"CHGEVT123"Response
Returns a detailed change event object.The unique identifier of the change event
Always returns
"change_event"A brief text summary of the change event (maximum 1024 characters)
The date and time when the change event occurred
An array of references to services associated with this change event
Reference to the integration that created this change event
The 32-character integration key used for routing the event
The unique location of the affected system. This can be a hostname, FQDN, or any unique identifier.
List of links providing additional context about the change
List of images providing visual context about the change
Additional custom details about the change event. This can contain any key-value pairs relevant to the change.
Example Usage
Use Cases
- Incident investigation - Review changes that may have caused an incident
- Deployment verification - Confirm details of a specific deployment
- Audit trail - Examine the complete details of a change for compliance
- Service correlation - See which services were affected by a change
- Integration tracking - Identify which integration created the change event
Response Example
Related Tools
- List Change Events - Retrieve all change events
- List Service Change Events - View change events for a service
- List Incident Change Events - View change events related to an incident
- Get Service - View service details