# clients_get

> Get full details of a specific client by ID — contact info, client type, status, representation dates, and tags.

<!-- Source: https://docs.actuallycare.com/tools/clients/clients_get -->

Get full details of a specific client by ID — contact info, client type, status, representation dates, and tags. Use after [`clients_list`](/tools/clients/clients_list) when you need every field for one client. For multiple clients, pass client_ids instead. Returns the complete client record.

## Parameters

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

## Example prompts

- "Pull up everything we have on Maria Garcia's client file."
- "Show me the full details for that buyer client you just found."

## 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_client`. Call it by its current name — legacy names are kept here for reference and old links redirect, but they are not callable.
