PAGERDUTY_LIST_AUTOMATION_ACTION_DETAILS
This endpoint retrieves a list of automation actions configured in the PagerDuty account. Automation actions are predefined tasks or operations that can be executed automatically in response to incidents or other triggers. The endpoint allows users to view all available automation actions, which can be useful for auditing, managing, or integrating these actions into other workflows. It supports pagination for handling large sets of actions and can include related information about associated services and teams. Use this endpoint when you need to review, inventory, or programmatically access the automation capabilities within your PagerDuty environment. Note that this endpoint only provides information about existing actions and does not create, modify, or execute the actions themselves.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"title": "Name",
"description": "Filters results to include the ones matching the name (case insensitive substring matching) "
},
"limit": {
"type": "integer",
"title": "Limit",
"description": "The minimum of the `limit` parameter used in the request or the maximum request size of the API. "
},
"cursor": {
"type": "string",
"title": "Cursor",
"description": "Optional parameter used to request the \"next\" set of results from an API. The value provided here is most commonly obtained from the `next_cursor` field of the previous request. When no value is provided, the request starts at the beginning of the result set. "
},
"team_id": {
"type": "string",
"title": "Team Id",
"description": "Filters results to include the ones associated with the specified team."
},
"runner_id": {
"type": "string",
"title": "Runner Id",
"description": "Filters results to include the ones linked to the specified runner. Specifying the value `any` filters results to include the ones linked to runners only, thus omitting the results not linked to runners. "
},
"service_id": {
"type": "string",
"title": "Service Id",
"description": "Filters results to include the ones associated with the specified service "
},
"action_type": {
"enum": [
"script",
"process_automation"
],
"type": "string",
"title": "Action Type",
"description": "Filters results to include the ones matching the specified action type"
},
"classification": {
"enum": [
"diagnostic",
"remediation"
],
"type": "string",
"title": "Classification",
"description": "Filters results to include the ones matching the specified classification (aka category) "
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty