Get recent conversation messages across all user sessions.
Retrieve the most recent N messages for a user from across all their sessions, sorted chronologically. Useful for displaying conversation history or providing chat context.
Path Parameters:
custom_user_id (str): Unique identifier for the userQuery Parameters:
limit (int): Number of recent messages to retrieve. Range: 1-100. Default: 10Returns:
messages (List[UserMessage]): List of message objects with role, content, timestamp, and session_id