v2

latestOpenAPI 3.0.22026-08-07295198367.7 KB
Messages

Get Message

Endpoint to list messages with optional filters, pagination, and sorting.

get/messages/{message_id}

Path parameters

message_idstring uuid required

Response

Successful Response

idstring uuid
date_createdstring date-time
date_updatedstring date-time
questionstring required

The question asked in the message.

answerstring required

The answer provided in response to the question.

sourcesobject[]

The list of sources contributing to this answer.

conversation_idstring uuid required

The ID of the conversation to which the message belongs.

was_answeredboolean

Flag indicating whether the question was answered or not.

reaction'thumbs_up' | 'thumbs_down' | 'no_reaction'

An enumeration.

show_data_collectionboolean

Flag indicating whether to show data collection form.

user_idstring uuid required

The ID of the user associated with the message.

agent_conversation_idstring uuid

The ID of the agent associated with the message.