List conversations
List all conversations for the authenticated user with pagination support.
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.
Query Parameters
Conversation ID to list conversations after (pagination cursor)
"conv_abc123"
Max number of conversations to return (1-50, default 20)
1 <= x <= 5020
Sort order by last updated timestamp: asc (oldest first) or desc (newest first)
asc, desc "desc"
Filter conversations by metadata key-value pairs (JSON string or object). Only conversations with matching metadata will be returned.
{ "user_type": "premium" }Search query to find conversations by content. Uses full-text search across conversation items.
"weather forecast"