Retrieve a specific conversation with its complete message history.
Documentation Index
Fetch the complete documentation index at: https://astralform.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Description |
|---|---|---|
conversation_id | string | The conversation ID |
| Field | Type | Description |
|---|---|---|
id | string | Unique message identifier |
role | string | ”user” or “assistant” |
content | string | Message content |
created_at | string | ISO 8601 timestamp |