Get end user session for alias
GET/v2/agent_aliases/:alias_key/end_user_sessions/:session_key
Returns a session the caller owns, addressed by the alias it was created through. Returns 403 if the session belongs to a different principal.
Request
Responses
- 200
- 403
- 404
The requested session.
The session does not belong to the caller, or permissions do not allow access.
Alias or session not found.