list_escalation_policies
Retrieve escalation policies using customizable filters like user, team, or search query to manage incident response workflows efficiently.
Instructions
List existing escalation policies based on the given criteria.
Args: current_user_context (bool): Whether to use the current user's ID/team IDs context (default: True, cannot be used with user_ids or team_ids) query (str): Filter escalation policies whose names contain the search query (optional) user_ids (List[str]): Filter results to only escalation policies that include the given user IDs (optional, cannot be used with current_user_context) team_ids (List[str]): Filter results to only escalation policies assigned to teams with the given IDs (optional, cannot be used with current_user_context)
Returns: Dict[str, Any]: Dictionary containing metadata (count, description) and a list of escalation policies matching the specified criteria
Input Schema
Name | Required | Description | Default |
---|---|---|---|
current_user_context | No | ||
query | No | ||
team_ids | No | ||
user_ids | No |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from PagerDuty MCP Server
Related Tools
- @wpfleger96/pagerduty-mcp-server
- @wpfleger96/pagerduty-mcp-server
- @DynamicEndpoints/huntress-mcp-server
- @osomai/servicenow-mcp
- @SGFGOV/medusa-mcp