PagerDuty
PAGERDUTY_LIST_WORKFLOW_INTEGRATIONS
List available Workflow Integrations. Scoped OAuth requires: `workflow_integrations.read`
Remote pagerduty
Other tools also called PAGERDUTY_LIST_WORKFLOW_INTEGRATIONS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"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_deprecated": {
"type": "boolean",
"title": "Include Deprecated",
"default": false,
"description": "Whether to include deprecated Integrations in the response."
}
}
}