# GET /pipelines/:id/deals

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

DEPRECATED -- prefer GET /opportunities?pipeline_id=X (legacy alias: GET /deals?pipeline_id=X). The /opportunities endpoint returns the same data plus full pipeline placements on every opportunity and supports additional filters (stage_id, status, search, pagination). This endpoint now also attaches placements for backward compatibility but may be removed in a future version.

## Parameters

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

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