Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The id of the message to retrieve.
Response
200 - application/json
Retrieved message
The conversation.message
object represents a message in a conversation.
The object type, which is always conversation.message
.
Available options:
conversation.message
The message identifier.
The ID of the agent that sent or responded to the message.
The role of the message sender - either 'user' or 'agent'.
Available options:
user
, agent
Contents of the message.
The ISO string for when the message was created.
The ID of the conversation the message belongs to.
Array of citations that provide knowledges for factual statements in the response. Each citation includes the referenced text and its knowledges.