Retrieves events
GET/v1/sessions/:sessionId/events
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Opens an SSE stream to start receiving events. Deprecated due to rename. Use /v1/eventSources/{sourceId}:receiveEvents instead.
Request
Responses
- 200
- 404
The Server Sent Event stream has been opened. You will now receive events.
The session ID is not found.