Get GoHighLevel Contact Notes
ghl_get_contact_notesRetrieve notes linked to a contact using its ID. Supports pagination via limit and offset parameters.
Instructions
List notes for a contact from /contacts/{contactId}/notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return from the local page. | |
| offset | No | Number of items to skip locally after receiving the API response. | |
| contact_id | Yes | Contact ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |