list_service_change_events
List change events for a specific PagerDuty service, with optional filtering by date range, team IDs, and integration IDs.
Instructions
List all change events for a specific service.
Args:
service_id: The ID of the service.
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 associated with the service
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| total | No | ||
| until | No | ||
| offset | No | ||
| team_ids | No | ||
| service_id | Yes | ||
| integration_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes |