---
title: "Rebuild Intent Ledger Route"
method: POST
path: "/v1/sessions/{session_id}/intent-ledger/rebuild"
tags: ["sessions"]
---

# Rebuild Intent Ledger Route

`POST /v1/sessions/{session_id}/intent-ledger/rebuild`

Re-run the intent scribe offline over this session's stored transcript
+ frames (docs/intent-streaming.md, "Durability"). The recovery path when
the live stream was degraded, and the deliberate re-run after editing the
scribe prompt. Org-authed dashboard action — the session must belong to
the caller's org. Synchronous: sessions are short (30s–3min of speech),
so a rebuild is a handful of LLM calls.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/roxels/apis/interviewer.md) · [All operations](https://skmtc.dev/roxels/apis/interviewer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roxels/interviewer/revisions/4ef48ed226e1/schema)
