Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
conversationId | string | Yes | The conversation ID |
includeMessages | boolean | No | Include the full message history (default: true) |
What It Returns
- The conversation metadata (title, platform, tags, summary)
- All messages in the conversation (if
includeMessagesis true), each with role, content, and timestamp
When Your Assistant Uses This
- After finding a relevant conversation via search, it loads the full content
- You reference a specific past conversation and the assistant needs the details
- You say “implement what we discussed in that conversation about the checkout flow”