Get GoHighLevel Contact Tasks
ghl_get_contact_tasksRetrieve all tasks associated with a specific contact by providing the contact ID. Supports listing with limit and offset, and returns results in markdown or JSON format.
Instructions
List tasks for a contact from /contacts/{contactId}/tasks.
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 |