List Client Notes
list_client_notesRetrieve all notes associated with a client, with support for pagination to manage large result sets.
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 |
|---|---|---|---|
| clientId | Yes | Client ID / ID del cliente | |
| limit | No | Max results (1-100) / Resultados maximos | |
| offset | No | Offset / Desplazamiento |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| total | Yes | ||
| limit | Yes | ||
| offset | Yes | ||
| nextCursor | No |