get_change_event
Retrieve details about a specific change event by providing its ID.
Instructions
Get details about a specific change event.
Args:
change_event_id: The ID of the change event to retrieve
Returns:
ChangeEvent details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| change_event_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The unique identifier of the change event | |
| links | No | List of links with 'href' and 'text' properties for additional context (read-only) | |
| images | No | List of images with 'src', 'href', and 'alt' properties for visual context (read-only) | |
| source | No | The unique location of the affected system (read-only) | |
| summary | Yes | A brief text summary of the event (maximum 1024 characters) | |
| services | No | An array of references to services associated with this change event (read-only) | |
| timestamp | No | The date and time when the change event occurred (read-only) | |
| integration | No | Reference to the integration that created this change event (read-only) | |
| routing_key | No | The 32-character integration key used for routing the event (read-only) | |
| custom_details | No | Additional details about the change event that can be updated |