List end user sessions for alias
GET/v2/agent_aliases/:alias_key/end_user_sessions
Lists the calling end user's own sessions created through this alias. The response never includes sessions owned by another principal.
An administrator calling this operation is bound to the sessions it owns like every other caller; the operator endpoints are the administrative view of an alias's sessions.
Anonymous widget visitors authenticate by presenting X-Visitor-Id instead of an Authorization credential; the platform mints an identity holding agent_end_user on the addressed alias, which satisfies this operation's role requirement.
Request
Responses
- 200
- 401
- 403
- 404
The caller's own sessions.
The request carries no valid credential — no Authorization, and for anonymous callers a missing, malformed, or badly signed X-Visitor-Id.
Permissions do not allow listing sessions for this alias. Also returned when a presented connector id fails validation — the connector no longer admits the caller or does not front this alias.
Alias not found.