---
title: "Stream Founding"
method: GET
path: "/founding/{founding_id}/stream"
tags: ["founding"]
---

# Stream Founding

`GET /founding/{founding_id}/stream`

Re-attach after a refresh: tail the persisted transcript by ``seq``.

Honest limitation (spec): live token deltas exist only on the original POST
connection. A re-attached client catches up at persisted-message
granularity until the next yield, which is fine because yields are where the
founder is actually needed.

## Path parameters

- `founding_id` string, uuid, required

## Query parameters

- `cursor` integer, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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