# GET /transcripts/:transcript_id

**Resource:** [Transcripts](./transcripts.md)  
**MCP tool:** `get_transcript`  
**Scopes:** `transcripts:read`  
**Write operation:** no

Fetch a single transcript by UUID — full text + speaker segments. Use with ai_transcript_summary for highlights.

## Parameters

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

## Request example

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

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