ep_check_signoff
Poll a pending authorization after an action is blocked. Use the receipt_id to check if the action is approved, denied, or still pending.
Instructions
Poll a pending authorization after ep_guard_action returns BLOCKED. Pass the receipt_id. Returns PENDING, APPROVED (the action may now proceed), or DENIED (with reason). Safe to call repeatedly until a decision is reached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_id | Yes | The receipt_id returned by ep_guard_action. |