# GET /transcripts/coaching

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

List all AI coaching results across all transcripts. Filter by framework, source_type, or team_member_id.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `framework` | query | string | no | Filter by coaching framework (SPIN, BANT, Challenger, MEDDIC) |
| `source_type` | query | string | no | Filter by source type |
| `team_member_id` | query | uuid | no | Filter by team member UUID |

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