# GET /opportunities/:id/work-orders

**Resource:** [Opportunities](./opportunities.md)  
**Scopes:** `opportunities:read`  
**Write operation:** no

List all work orders for an opportunity. Legacy alias: GET /deals/:id/work-orders.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `id` | path | uuid | yes | Opportunity ID |

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