Gets a specific message from a session

GET

Gets a specific message from a session

Path parameters

sessionIdstringRequired

The ID of the session.

messageUUIDstringRequired

The UUID of the message.

Response

This endpoint returns an object.
contentstring

The content of the message.

role_typeenum

The type of the role (e.g., “user”, “system”).

created_atstringOptional

The timestamp of when the message was created.

metadatamap from strings to anyOptional

The metadata associated with the message.

rolestringOptional

The role of the sender of the message (e.g., “user”, “assistant”).

token_countintegerOptional

The number of tokens in the message.

updated_atstringOptional

The timestamp of when the message was last updated.

uuidstringOptional

The unique identifier of the message.

Errors