Get a session with its messages
Sessions
Get a session with its messages
Returns the session’s metadata and a page of its messages ordered by cursor ascending. Use after and limit to page through messages.
GET
Get a session with its messages
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Client-provided session identifier. Use the same value across requests to continue the same agent session.
Required string length:
2 - 100Pattern:
^[0-9a-zA-Z._:-]+$Query Parameters
Opaque pagination cursor. Return only items positioned after it; pass a value obtained from a previous page to fetch the next one.
Maximum number of items to return.
Required range:
1 <= x <= 1000