PAGERDUTY_GET_AUTOMATION_ACTIONS_RUNNERS
Retrieves a list of automation action runners associated with the PagerDuty account. This endpoint allows users to view all available runners that can execute automation actions within their incident management workflow. It provides essential information about each runner, such as its ID, name, and current status. Use this endpoint when you need to manage, monitor, or select runners for executing automation actions. The response typically includes details that help in understanding the capacity and availability of runners for performing automated tasks. This endpoint is particularly useful for administrators and DevOps teams who need to oversee and optimize their automation infrastructure within PagerDuty.
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. "
},
"include": {
"type": "array",
"items": {
"enum": [
"associated_actions"
],
"type": "string",
"title": "IncludeEnm",
"properties": {}
},
"title": "Include",
"description": "Includes additional data elements into the response"
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty