Retrieves a message by id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the message to retrieve.
Retrieved message
The conversation.message object represents a message in a conversation.
The object type, which is always conversation.message.
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'.
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.