PAGERDUTY_GET_RESPONSE_PLAYS
Retrieves a list of response plays configured in the PagerDuty account. Response plays are predefined sets of actions that can be automatically executed when an incident occurs, helping to streamline and standardize incident response processes. This endpoint allows you to fetch and review existing response plays, which is useful for auditing, reporting, or integrating response play information into other systems. The list can be paginated and filtered using various parameters to manage large sets of response plays efficiently.
Available from 1 provider (1 remote)
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"title": "Query",
"description": "Filters the result, showing only the records whose name matches the query. "
},
"filter_for_manual_run": {
"type": "boolean",
"title": "Filter For Manual Run",
"description": "When this parameter is present, only those Response Plays that can be run manually will be returned. "
}
}
}
Remote Providers (1)
These servers are accessible over the network — no local installation needed.
PagerDuty
Remotepagerduty