PagerDuty
PAGERDUTY_GET_ESCALATION_POLICY_BY_ID
Retrieves detailed information about a specific escalation policy in PagerDuty. This endpoint allows you to fetch the complete configuration of an escalation policy, including its name, description, escalation rules, and associated services. Use this when you need to review or audit an existing escalation policy's setup. It's particularly useful for understanding how incidents are being routed and escalated within your organization. This endpoint does not modify any data and is safe for frequent calls, but be mindful of rate limits. Note that it only provides information for a single policy; to list multiple policies, you would need a different endpoint.
Other tools also called PAGERDUTY_GET_ESCALATION_POLICY_BY_ID?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"description": "The ID of the resource."
},
"include": {
"enum": [
"services",
"teams",
"targets"
],
"type": "string",
"title": "Include",
"description": "Array of additional Models to include in response."
}
}
}