Check Escalation Status
check_escalation_statusCheck if a requested permission escalation is approved, denied, or expired. Poll after requesting to confirm status and proceed safely.
Instructions
Check whether a pending permission escalation has been approved, denied, or has expired. Poll this after calling request_permission_escalation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Optional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab). | |
| challenge_id | Yes | The challenge ID returned by request_permission_escalation. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| newTools | No | ||
| expiresAt | No | ||
| resolvedAt | No | ||
| resolvedBy | No | ||
| targetPreset | No | ||
| currentPreset | No |