Skip to main content
GET
Python (SDK)

Authorizations

Authorization
string
header
required

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

X-On-Behalf-Of
string

Optional external end-user identifier forwarded by the API gateway.

Path Parameters

conversation_id
string
required

The ID of the conversation

Response

200 - application/json

OK

id
string
required

The unique ID of the conversation

object
any
required

The object type, always 'conversation'

created_at
number
required

Unix timestamp of when the conversation was created

deleted_at
number | null
required

Unix timestamp of when the conversation was soft-deleted, or null if not deleted.

metadata
object | null

Set of 16 key-value pairs. Keys max 64 chars, values max 512 chars.

identity
string

Identity of the conversation owner. Either a SHA256 hash or raw userId:externalUserId depending on IDENTITY_MODE.