missive_get_conversation
Retrieve a specific conversation by its UUID. Handles merged conversations by returning the current one, with read-only access and limited data for guest participants.
Instructions
Fetches a single conversation by ID (GET /conversations/:id). If the conversation was merged, the current (merged) conversation is returned and its id may differ from the one passed. Read-only. Conversations where you are only a guest return just id and last_activity_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversation_id | Yes | The conversation UUID to fetch. |