---
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-01** `626df59dab82` — 1 info
  - added the optional property `oneOf[#/components/schemas/ManagedAuthStateEvent]/fields/items/replace_existing` to the response with the `200` status
- **2026-07-17** `f471c100050a` — 2 info
  - added the optional property `oneOf[#/components/schemas/ManagedAuthStateEvent]/choices` to the response with the `200` status
  - added the optional property `oneOf[#/components/schemas/ManagedAuthStateEvent]/fields` to the response with the `200` status

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

---

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