List conversation items
List all items for a conversation with the given ID.
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
Query Parameters
Item ID to list items after (pagination cursor)
"item_abc123"
Additional fields to include (TODO: not implemented yet)
["content", "metadata"]Max number of items to return (1-100, default 20)
1 <= x <= 10050
The order to return the input items in. Default is asc.
asc, desc "desc"
Response
OK
A list of conversation items.
Input message item: A message with role and content. Use this for user, assistant, system, or developer turns in structured inputs.
- 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
Whether there are more items
ID of the last item in the current page