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.
Text content for a message.
The ISO string for when the message was created.
The ID of the conversation the message belongs to.
Credit consumption for this converse turn. null for user-role messages and when retrieving messages from conversation history.
Array of citations that provide sources for factual statements in the response. Each citation includes the referenced text and its sources.