# GET /pipelines/:pipeline_id/summary

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

Fetch summary statistics for a pipeline: deal counts and value totals per stage. Use this for "pipeline health" or "what is in stage X" questions.

## Parameters

| Name | In | Type | Required | Description |
|------|----|------|----------|-------------|
| `pipeline_id` | path | string | yes |  |

## Request example

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

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