list_change_events
List change events within a date range, filtered by team or integration, to correlate system changes with incidents for troubleshooting.
Instructions
List all change events with optional filtering.
Change Events represent changes to systems, services, and applications that
can be correlated with incidents to provide context for troubleshooting.
Args:
since: The start of the date range over which you want to search.
until: The end of the date range over which you want to search.
limit: The number of results per page. Default 100.
offset: The offset of the first record returned.
total: Set to True to include total count in response.
team_ids: An array of team IDs. Only results related to these teams will be returned.
integration_ids: An array of integration IDs. Only results related to these integrations will be returned.
Returns:
List of ChangeEvent objects matching the query parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| total | No | ||
| until | No | ||
| offset | No | ||
| team_ids | No | ||
| integration_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |