# GET /pipelines/:pipeline_id/deals

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

List all opportunities (deals) placed in any stage of a pipeline. Returns opportunity records with their current stage placement.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `pipeline_id` | path | string | yes |  |
| `limit` | query | number | no | Max rows (1-100, default 25) |
| `after` | query | string | no | Pagination cursor |

## Request example

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

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