Get session messages
session
Get session messages
Retrieve projected messages for a session. Items keep the requested order across pages; use cursor.next or cursor.previous to move through the ordered timeline.
GET
Get session messages
Path Parameters
Pattern:
^sesQuery Parameters
Maximum number of messages to return. When omitted, the endpoint returns its default page size.
Message order for the first page. Use desc for newest first or asc for oldest first.
Available options:
asc, desc Opaque pagination cursor returned as cursor.previous or cursor.next in the previous response. Do not combine with order.