# deals_get

> Get full details of a vendor deal by UUID, including contact info, vendor type, deal type, financial details (amount, fee, commission), linked partner, linked escrow, property address, notes, and tags.

<!-- Source: https://docs.actuallycare.com/tools/deals/deals_get -->

Get full details of a vendor deal by UUID, including contact info, vendor type, deal type, financial details (amount, fee, commission), linked partner, linked escrow, property address, notes, and tags. Returns all fields. If you don't have the UUID, use [`deals_list`](/tools/deals/deals_list) first.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `deal_id` | string | Yes | UUID of the deal. Use [`deals_list`](/tools/deals/deals_list) to find IDs. · Format: UUID |

## Example prompts

- "Pull up the full details on the 412 Birchwood Ln inspection deal."
- "What is the fee and payment status on the Marlowe Ct appraisal deal?"

## Safety

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