PagerDuty

PAGERDUTY_GET_AUTOMATION_ACTION_TEAM_BY_TEAM_ID

Retrieves detailed information about a specific automation action's association with a particular team in PagerDuty. This endpoint allows you to examine how an automation action is configured or applied within the context of a specific team. It's useful for understanding the relationship between automation actions and teams, which can be crucial for managing incident response workflows and team-specific automations. The endpoint should be used when you need to verify or audit the automation action settings for a particular team, or when troubleshooting team-specific automation behaviors.

Remote pagerduty

Other tools also called PAGERDUTY_GET_AUTOMATION_ACTION_TEAM_BY_TEAM_ID? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id",
      "description": "The ID of the resource."
    },
    "team_id": {
      "type": "string",
      "title": "Team Id",
      "description": "The team ID"
    }
  }
}