Messages are returned in reverse chronological order (newest first) by default. Use the cursor values for efficient pagination through large conversation histories.
Path Parameters
The unique identifier of the session
Query Parameters
Number of messages to retrieve (1-100). Default: 50
Timestamp to get messages before (for older messages)
Timestamp to get messages after (for newer messages)
Response
Array of messages in the conversation
Whether more messages are available
Pagination cursors for fetching additional messages

