# GET /pipelines/:id/stages

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

List stages for a pipeline, ordered by position. Each stage includes a deal_count field (number of opportunities currently in that stage -- field name preserved for backward compatibility) so Kanban column headers can render counts without a second query.

## 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`