# GET /pipelines/:pipeline_id

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

Fetch a single pipeline by UUID. Returns the pipeline record (does not include stages — use list_pipeline_stages for that).

## 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"   -H "Authorization: Bearer YOUR_API_KEY"
```

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