Retrieve a conversation item
Get a single item from a conversation with the given IDs.
Documentation Index
Fetch the complete documentation index at: https://docs.mka1.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Path Parameters
The ID of the conversation
The ID of the item
Response
OK
- Input message item
- Output message item
- File search call item
- Computer call item
- Computer call output item
- Web search call item
- Function call item
- Function call output item
- Reasoning item
- Image generation call item
- Code interpreter call item
- Local shell call item
- Local shell call output item
- Shell call item
- Shell call output item
- MCP list tools item
- MCP approval request item
- MCP approval response item
- MCP call item
- Custom tool call item
- Custom tool call output item
- Item reference item
Input message item: A message with role and content. Use this for user, assistant, system, or developer turns in structured inputs.
The role of the message sender (user, assistant, system, or developer).
user, assistant, system, developer The message content. Can be a simple text string or an array of multimodal content items (text, images, files, audio).
The unique ID of the message.
The item type identifier. Always 'message' for message items.
The processing status of this message. Optional - indicates if the message is in_progress, completed, or incomplete.
in_progress, completed, incomplete The ID of the response that created this item, if any.
Metadata from the response that created this item, if any.