List Clients
list_clientsRetrieve all clients with contact details, tax IDs, and addresses. Supports search by name/email, CRM stage filtering, and pagination with limit, offset, or cursor.
Instructions
List all clients/customers with optional pagination. Returns contact info, tax IDs, and addresses. / Lista todos los clientes con paginacion opcional. Devuelve informacion de contacto, NIF/CIF y direcciones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search by name or email / Buscar por nombre o email | |
| after | No | Cursor for cursor-based pagination (document ID) / Cursor para paginacion basada en cursor | |
| limit | No | Max results (1-100) / Resultados maximos | |
| stage | No | Filter by CRM stage / Filtrar por etapa del CRM | |
| fields | No | Comma-separated field names to return (e.g. 'id,name,email') / Campos a devolver | |
| offset | No | Offset / Desplazamiento |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| nextCursor | No |