Get Chatwoot Conversation Details
chatwoot_get_conversationRetrieve full details of a Chatwoot conversation by ID, including status, contact info, assignee, labels, and custom attributes. Get complete conversation data in markdown or JSON format.
Instructions
Get detailed information about a specific Chatwoot conversation.
This tool retrieves full details for a single conversation including contact info, assignee, labels, and custom attributes.
Args:
conversation_id (number): The ID of the conversation to retrieve (required)
response_format (string): Output format - "markdown" or "json" (default: "markdown")
Returns: Full conversation details including:
Status, inbox, and metadata
Complete contact information
Assignee details
Labels and custom attributes
Message statistics
Examples:
Get conversation details: { conversation_id: 123 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | The ID of the conversation | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |