Memory

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
content
stringOptional
The content of the message.
created_at
stringOptional
The timestamp of when the message was created.
metadata
map from strings to anyOptional
The metadata associated with the message.
role
stringOptional
The role of the sender of the message (e.g., "user", "assistant").
role_type
enumOptional
The type of the role (e.g., "user", "system").
token_count
integerOptional
The number of tokens in the message.
updated_at
stringOptional
The timestamp of when the message was last updated.
uuid
stringOptional
The unique identifier of the message.

Errors