Message Operations
Get Message History
Retrieve conversation history for a session
GET
Authorization
Bearer token. Format:
Bearer synthra_live_abc123def456Path Parameters
Unique session identifier. Format:
session_<16 chars>Query Parameters
Maximum number of messages to return. Max: 100
Cursor for pagination. Use
nextCursor from previous response.Sort order. Options:
asc, descResponse
Array of message objects
Pagination metadataProperties:
hasMore(boolean): Whether more messages existnextCursor(string): Cursor for next page