get_approval
Check approval status for a specific challenge ID to determine if a request is pending, approved, or rejected in the Attest system.
Instructions
Fetch the current status for one approval challenge by challenge_id. Use this after request_approval when you need a one-time status check for whether the request is still pending, approved, or rejected; it does not perform repeated polling by itself. Returns the approval record from Attest, and invalid or unknown challenge IDs will surface as an MCP error response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| challenge_id | Yes | Approval challenge ID |