ghl_conversation_get_message
Retrieve a single conversation message by its unique ID. Use this tool to get the content and details of a specific message in a conversation.
Instructions
Note: the official spec omits the id path-parameter declaration; this server infers it from the URL template (registry.ts fallback added 2026-07-16), so id (the message ID) is a required argument here despite the spec gap.
Get message by message id
Get message by message id.
Endpoint: GET /conversations/messages/{id} (Version header: v3; source: v3/conversations-v3.json)
OAuth scopes: conversations/message.readonly
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter (inferred from the URL template; the official spec omits its declaration). |