# GET /approvals/:approval_id

**Resource:** [Approvals](./approvals.md)  
**MCP tool:** `get_approval`  
**Scopes:** `approvals:read`  
**Write operation:** no

Fetch a single approval by UUID — full action details, request body, status, reviewer assignment.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `approval_id` | path | string | yes |  |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/approvals/:approval_id"   -H "Authorization: Bearer YOUR_API_KEY"
```

---
Base URL: `https://api.trustpager.com/functions/v1/api/v1` — Auth: `Authorization: Bearer YOUR_API_KEY`