List Client Notes
list_client_notesRetrieve all notes for a client, with optional pagination using limit and offset.
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 |