Get Client
get_clientRetrieve a client's full contact details by providing their unique ID.
Instructions
Get a single client by their ID. Returns full contact details. / Obtiene un cliente por su ID. Devuelve todos los datos de contacto.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Client ID / ID del cliente |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| No | |||
| phone | No | ||
| taxId | No | ||
| address | No | ||
| createdAt | No | ||
| updatedAt | No |