List Client Notes
list_client_notesList notes for a client with pagination controls. Retrieve client notes by providing the client ID, with optional limit and offset for paginated results.
Instructions
List all notes for a client with optional pagination. / Lista todas las notas de un cliente con paginacion opcional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (1-100) / Resultados maximos | |
| offset | No | Offset / Desplazamiento | |
| clientId | Yes | Client ID / ID del cliente |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| limit | Yes | ||
| total | Yes | ||
| offset | Yes | ||
| nextCursor | No |