# pipeline_records_get

> Get a single pipeline record by ID with full details including contact info, current stage, pipeline type, and stage-specific fields.

<!-- Source: https://docs.actuallycare.com/tools/pipelines/pipeline_records_get -->

Get a single pipeline record by ID with full details including contact info, current stage, pipeline type, and stage-specific fields. Use after [`pipeline_records_list`](/tools/pipelines/pipeline_records_list) when you need everything about one record. Returns the complete record.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `id` | string | Yes | Pipeline record UUID · Format: UUID |

## Example prompts

- "Pull up the full pipeline record for Smith Brokerage with its stage details."
- "What are the details on the Keystone Realty record, including stage-specific fields?"

## Safety

**Read-only.** This tool never changes your data — it only looks things up. Safe to run anytime.
