---
title: "Get transcript snippets for a local session"
method: GET
path: "/api/sessions/transcript"
tags: ["Sessions"]
---

# Get transcript snippets for a local session

`GET /api/sessions/transcript`

## Query parameters

- `kind` 'claude-code' | 'codex-cli' | 'hermes' | 'opencode', required
- `id` string, required
- `limit` integer

## Response `200`

Transcript snippets

- object
  - `messages` object[]
    - `role` 'user' | 'assistant' | 'system'
    - `timestamp` string
    - `parts` object[]

## Other responses

- `400` — Invalid request
- `401` — Authentication required
- `403` — Insufficient permissions

## Changes

- **2026-04-14** `a1cceb2359a8` — 2 breaking, 3 info
  - added the new required `query` request parameter `id`
  - added the new required `query` request parameter `kind`
  - added the new optional `query` request parameter `limit`
  - added the media type `application/json` for the response with the status `200`
  - …1 more
- **2026-03-20** `14665c463836` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/sessions/transcript/get.md)

---

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