check_approval
Check the status of an approval request to see if it is pending, approved, denied, or expired. Use after requesting approval to get the human's response.
Instructions
Check the status of an approval request.
Returns the current status (pending, approved, denied, expired) and full details including timestamps, resolution method, and any deny reason.
Use this after request_approval to see if the human has responded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_id | Yes | The request ID returned by request_approval |