# GET /pipelines/:pipeline_id/stages

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

List all stages of a pipeline in display order. Each stage includes a deal_count. Use this to find a stage UUID for create_opportunity or move_opportunity.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `pipeline_id` | path | string | yes | UUID of the pipeline |

## Request example

```bash
curl   "https://api.trustpager.com/functions/v1/api/v1/pipelines/:pipeline_id/stages"   -H "Authorization: Bearer YOUR_API_KEY"
```

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