---
title: "Append Transcript Entries"
method: POST
path: "/internal/runs/{run_id}/transcript-entries"
tags: ["internal"]
---

# Append Transcript Entries

`POST /internal/runs/{run_id}/transcript-entries`

SessionStore.append: idempotent batch mirror (uuid dedup in the DB).

## Path parameters

- `run_id` string, uuid, required

## Request body

- TranscriptAppendRequest
  - `subpath` string
  - `entries` object[], required

## Response `200`

Successful Response

- TranscriptAppendResponse
  - `inserted` integer, required

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