# appointments_get

> Get full details of a specific appointment by its ID — time, location, type, status, and notes.

<!-- Source: https://docs.actuallycare.com/tools/appointments/appointments_get -->

Get full details of a specific appointment by its ID — time, location, type, status, and notes. Use after [`appointments_list`](/tools/appointments/appointments_list) when you need every field for one appointment. For multiple appointments, pass appointment_ids instead. Returns the complete appointment record.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `appointment_id` | string | No | UUID of a single appointment to retrieve · Format: UUID |
| `appointment_ids` | array of strings | No | Array of appointment UUIDs for batch retrieval (max 100). Use either appointment_id OR appointment_ids, not both. · Max items: 100 |

## Example prompts

- "Pull up the full details for my 3pm signing appointment."
- "What are the notes and location on the Hendersons buyer consultation?"

## Safety

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

## Previous name

This tool was previously published as `get_appointment`. Call it by its current name — legacy names are kept here for reference and old links redirect, but they are not callable.
