List end user events for alias
GET/v2/agent_aliases/:alias_key/end_user_sessions/:session_key/events
Lists the visible events in a session the caller owns, addressed by the alias it was created through, with optional pagination. Returns 403 if the session belongs to a different principal. The response only includes event types curated as end-user-safe.
Request
Responses
- 200
- 403
- 404
The session's visible events.
The session does not belong to the caller, or permissions do not allow reading its events.
Alias or session not found.