PAGERDUTY_FETCH_ESCALATION_POLICES_LIST
Retrieves a list of escalation policies configured in the PagerDuty account. This endpoint allows users to access detailed information about how incidents are escalated within their organization, including the sequence of notifications and assignments for different teams or individuals. It's particularly useful for reviewing and auditing the incident response process, ensuring that critical alerts are properly routed and escalated. The endpoint provides a comprehensive view of all escalation policies, which is essential for maintaining an effective incident management strategy. However, it does not modify any existing policies or create new ones; it's purely for retrieval and review purposes.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"description": "The number of results per page."
},
"query": {
"type": "string",
"title": "Query",
"description": "Filters the result, showing only the records whose name matches the query. "
},
"total": {
"type": "boolean",
"title": "Total",
"default": false,
"description": "By default the `total` field in pagination responses is set to `null` to provide the fastest possible response times. Set `total` to `true` for this field to be populated. See our [Pagination Docs](https://developer.pagerduty.com/docs/rest-api-v2/pagination/) for more information. "
},
"offset": {
"type": "integer",
"title": "Offset",
"description": "Offset to start pagination search results."
},
"include": {
"enum": [
"services",
"teams",
"targets"
],
"type": "string",
"title": "Include",
"description": "Array of additional Models to include in response."
},
"sort_by": {
"enum": [
"name",
"name:asc",
"name:desc"
],
"type": "string",
"title": "Sort By",
"default": "name",
"description": "Used to specify the field you wish to sort the results on."
},
"team__ids": {
"type": "array",
"items": {
"type": "string",
"properties": {}
},
"title": "Team Ids",
"description": "An array of team IDs. Only results related to these teams will be returned. Account must have the `teams` ability to use this parameter. "
},
"user__ids": {
"type": "array",
"items": {
"type": "string",
"properties": {}
},
"title": "User Ids",
"description": "Filters the results, showing only escalation policies on which any of the users is a target. "
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty