Skip to main content
GET

Authorization

string
required
Bearer token. Format: Bearer synthra_live_abc123def456

Path Parameters

string
required
Unique session identifier. Format: session_<16 chars>

Query Parameters

number
default:"50"
Maximum number of messages to return. Max: 100
string
Cursor for pagination. Use nextCursor from previous response.
string
default:"desc"
Sort order. Options: asc, desc

Response

array
Array of message objects
object
Pagination metadataProperties:
  • hasMore (boolean): Whether more messages exist
  • nextCursor (string): Cursor for next page