Skip to main content
GET
Get Message by ID

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Response

The Message

A message is an individual communication within a channel.

assistant
object | null

An assistant is an AI-powered processor that analyzes and extracts data from documents within a project.

assistantId
string | null
block
object
changeSequence
integer<int32>

Optimistic locking version number.

channel
object | null

A channel provides real-time messaging and communication within the platform.

channelId
string | null
content
string
context
object
createdOn
string<date-time>

Timestamp when the message was created.

eventExpiresAt
string<date-time> | null
feedback
object
id
string

Unique identifier (UUID) for the message.

messageSequence
integer<int64>
messageType
enum<string>
Available options:
TEXT,
BLOCK,
TEMPLATE
updatedOn
string<date-time>

Timestamp when the message was last updated.

user
object | null

A platform user represents a user account in the Kodexa platform.

userId
string | null
uuid
string

Secondary UUID identifier.