---
title: "Stream login flow events via SSE"
method: GET
path: "/auth/connections/{id}/events"
tags: ["Managed Auth"]
---

# Stream login flow events via SSE

`GET /auth/connections/{id}/events`

Establishes a Server-Sent Events (SSE) stream that delivers real-time
login flow state updates. The stream terminates automatically once
the flow reaches a terminal state (SUCCESS, FAILED, EXPIRED, CANCELED).

## Path parameters

- `id` string, required

## Response `200`

SSE stream of auth connection state updates.

## Other responses

- `401` — Unauthorized – missing or invalid authorization token
- `404` — Resource not found
- `500` — Internal Server Error

## Changes

- **2026-08-19** `037d830a1b88` — 1 info
  - added the optional property `oneOf[#/components/schemas/ManagedAuthStateEvent]/interaction_id` to the response with the `200` status
- **2026-08-19** `b20760bc9bdb` — 1 warning, 1 info
  - removed the optional property `oneOf[#/components/schemas/ManagedAuthStateEvent]/fields/items/replace_existing` from the response with the `200` status
  - added the required property `oneOf[#/components/schemas/ManagedAuthStateEvent]/fields/items/reason` to the response with the `200` status
- **2026-08-13** `58cc6ae3c431` — 5 info
  - added the optional property `oneOf[#/components/schemas/ManagedAuthStateEvent]/choices/items/context` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/ManagedAuthStateEvent]/choices/items/display_text` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/ManagedAuthStateEvent]/choices/items/masked_destination` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/ManagedAuthStateEvent]/choices/items/mfa_type` to the response with the `200` status
  - …1 more

[Change history](https://skmtc.dev/onkernel/apis/kernel-api/changes/auth/connections/:id/events/get.md)

---

[API](https://skmtc.dev/onkernel/apis/kernel-api.md) · [All operations](https://skmtc.dev/onkernel/apis/kernel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onkernel/kernel-api/revisions/750db28f1774/schema)
