# open_houses_get

> Get full details of an open house by UUID, including all visitors.

<!-- Source: https://docs.actuallycare.com/tools/open-houses/open_houses_get -->

Get full details of an open house by UUID, including all visitors. Returns address, date/time, status, notes, visitor_count, and full visitor list with contact info and interest level. If you don't have the UUID, use [`open_houses_list`](/tools/open-houses/open_houses_list) first.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `open_house_id` | string | Yes | UUID of the open house. Use [`open_houses_list`](/tools/open-houses/open_houses_list) to find IDs. · Format: UUID |

## Example prompts

- "Show me the sign-in list from Sunday's open house at 412 Birchwood Ln."
- "Pull the details and visitors for that Birchwood open house, including interest levels."

## Safety

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