PagerDuty
PAGERDUTY_GET_OAUTH_DELEGATIONS_REVOCATION_REQUESTS_STATUS
Get the status of all OAuth delegations revocation requests for this account, specifically how many requests are still pending. This endpoint is limited to account owners and admins. Scoped OAuth requires: `oauth_delegations.read`
Remote pagerduty
Other tools also called PAGERDUTY_GET_OAUTH_DELEGATIONS_REVOCATION_REQUESTS_STATUS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"requested_at_end": {
"type": "string",
"title": "Requested At End",
"description": "The end of the date range over which you want to search. If not specified, this will default to current time. "
}
}
}