---
title: "Stream Turn"
method: GET
path: "/v1/ask-feather/sessions/{session_id}/turns/{turn_id}/stream"
tags: ["ask-feather"]
---

# Stream Turn

`GET /v1/ask-feather/sessions/{session_id}/turns/{turn_id}/stream`

Subscribe to a turn's live SSE frames (Phase 3 split contract).

**Auth is the security boundary:** ownership (org-scope + the session's
owner) is asserted BEFORE a single frame streams — the ``turn_id`` UUID is
defense-in-depth, not the boundary. Deliberately does NOT use the
request-scoped ``get_session`` dependency (that would pin a DB connection for
the whole relay); it opens a short-lived session only for the ownership check,
then reads the turn's Redis stream holding no DB connection.

## Path parameters

- `session_id` string, uuid, required
- `turn_id` string, uuid, required

## Response `200`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
