---
title: "Get Current Founding"
method: GET
path: "/founding/current"
tags: ["founding"]
---

# Get Current Founding

`GET /founding/current`

The whole page state: the open row, its transcript, and claim liveness.

``segment_running`` is what the frontend watchdog polls before firing a
silent re-kick — a stale claim after ~15s of stream silence means the segment
died (deploy, scale-down) and nobody is coming back to it.

Falls back to the most recent terminal row when nothing is open, so a
``founded`` page can still redirect and a ``rejected`` one still renders its
card after a refresh.

## Response `200`

Successful Response

- FoundingCurrentResponse — The whole page state in one call: the row, the transcript, liveness. ``segment_running`` is what the frontend watchdog polls before it fires a silent re-kick: a stale claim after ~15s of stream silence means the segment died (deploy, scale-down) and nobody is coming back to it.
  - `founding` FoundingResponse
    - `id` string, required
    - `status` string, required
    - `idea` string, required
    - `name` string, nullable, required
    - `handle` string, nullable, required
    - `company_id` string, nullable, required
    - `session_id` string, nullable, required
    - `error` string, nullable, required
    - `interrupt_requested_at` string, date-time, nullable
    - `kind` string
  - `messages` FoundingMessageResponse[]
    - `seq` integer, required
    - `content` object, required
  - `documents` FoundingDocumentResponse[]
    - `id` string, required
    - `target` string, required
    - `version` integer, required
    - `rendered_markdown` string, required
  - `checklist` FoundingChecklistItem[]
    - `step` string, required
    - `status` string, required
  - `segment_running` boolean
  - `claim_age_seconds` number, nullable
  - `site_domain` string, nullable

---

[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/04b208d3215b/schema)
