v1
latestOpenAPI 3.1.02026-07-17325265.6 KBApprovals
Get approval details
Get detailed information about a specific approval request
get/approvals/{id}
Path parameters
idstring required
Approval ID
Response
Approval details
Example response
{
"data": {
"id": "appr_abc123",
"run_id": "run_xyz789",
"session_id": "sess_def456",
"tool_name": "execute_command",
"tool_input": {
"command": "rm -rf /tmp/test"
},
"comment": "Approved with caution"
}
}