Events

GET

Establish a Server-Sent Events (SSE) connection for real-time updates.

Parameters:

  • token: User authentication token (injected by dependency)

Returns: EventSourceResponse: SSE stream for real-time experiment updates

Notes:

  • Authenticates user and maintains an SSE connection
  • Sends keepalive messages every 60 seconds
  • Closes connection when client disconnects

Raises:

  • HTTPException 401: If the provided token is invalid

Response

This endpoint returns any.