Get GoHighLevel Conversation Messages
ghl_get_conversation_messagesFetch messages from a specific conversation by ID, with pagination via limit and offset.
Instructions
List messages for a conversation with GET /conversations/{conversationId}/messages.
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. | |
| extra_query | No | Optional additional GoHighLevel fields to pass through when the API supports fields not modeled by this tool. | |
| conversation_id | Yes | Conversation ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |