ReferenceAPI
Read Session Events
Path Parameters
session_id*string
Match
^ses_[A-Za-z0-9]{20,32}$Query Parameters
after?integer
Range
0 <= valueResponse Body
application/json
curl -X GET "https://example.com/v1/sessions/string/events"{ "events": [ { "event_id": "string", "sequence": 1, "recorded_at_ms": 0, "event_type": "string", "data": null } ], "next_cursor": 0}