# showings_get

> Get full details of a showing by UUID, including listing and contact information.

<!-- Source: https://docs.actuallycare.com/tools/showings/showings_get -->

Get full details of a showing by UUID, including listing and contact information. Returns address, date/time, status, type, access info, feedback, notes, and joined listing + contact details. If you don't have the UUID, use [`showings_list`](/tools/showings/showings_list) first.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `showing_id` | string | Yes | UUID of the showing. Use [`showings_list`](/tools/showings/showings_list) to find IDs. · Format: UUID |

## Example prompts

- "Pull full details on tomorrow's showing at 88 Calloway Dr, including access notes."
- "What's the lockbox info and client feedback for the Birchwood Ln showing?"

## Safety

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