Create end user input for alias
POST/v2/agent_aliases/:alias_key/end_user_sessions/:session_key/events
Sends a message, an interrupt, or a client tool output to a session the caller owns, addressed by the alias it was created through.
Returns 403 if the session belongs to a different principal.
The response is projected to the caller's end-user visibility — see EndUserEvent.
Request
Responses
- 201
- 400
- 403
- 404
- 409
The input event is created.
Input event creation request was malformed.
The session does not belong to the caller, or permissions do not allow sending input.
Alias or session not found.
Session is already running.