Skip to main content
GET
Détails d'un message

Autorisations

X-API-KEY
string
header
requis

En-têtes

X-End-User-ID
string | null

Paramètres de chemin

session_id
string<uuid>
requis
message_id
string<uuid>
requis

Réponse

Successful Response

id
string<uuid>
requis

Unique identifier for the message.

role
string
requis

Role of the message sender (user, assistant, system).

content
string
requis

Content of the message.

created_at
string<date-time>
requis

Creation timestamp.

parent_id
string<uuid> | null

ID of the parent message.

sibling_ids
string<uuid>[]

IDs of other messages that share the same parent (branches).

task_id
string | null

The ID of the task processing this message (if applicable).

stream_url
string | null

URL to stream events for this task.