get_escalation_policy
Retrieve details of a specific escalation policy by providing its policy ID. Use this to view escalation rules and targets for incident routing.
Instructions
Get a specific escalation policy.
Args:
policy_id: The ID of the escalation policy to retrieve
Returns:
Escalation policy detailsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the escalation policy | |
| summary | Yes | A short-form, server-generated string that provides succinct information about the escalation policy | |
| name | Yes | The name of the escalation policy | |
| description | No | The description of the escalation policy | |
| escalation_rules | Yes | The ordered list of escalation rules for the policy | |
| num_loops | No | The number of times the escalation policy will repeat after reaching the end of its escalation | |
| on_call_handoff_notifications | No | Determines how on call handoff notifications will be sent for users on theescalation policy | if_has_services |
| self_url | No | The API URL at which this escalation policy is accessible | |
| html_url | No | The URL at which this escalation policy is accessible in the PagerDuty UI | |
| services | No | The services that are using this escalation policy | |
| teams | No | The teams associated with this escalation policy | |
| created_at | No | The date/time when this escalation policy was created | |
| updated_at | No | The date/time when this escalation policy was last updated |