---
title: "Get Transcript"
method: GET
path: "/api/channel-agent/backtest-transcript"
---

# Get Transcript

`GET /api/channel-agent/backtest-transcript`

Read a backtest transcript from the allowlisted backtest directory.

Args:
    filename: Basename of the transcript file (e.g. `inci-498.json`).
        Path separators and traversal sequences are rejected.

## Query parameters

- `filename` string, required

## Response `200`

Successful Response

- TranscriptResponse
  - `channel_id` string, required
  - `transcript` union[], required
    - union
      - TranscriptEntry
        - `entry_type` 'message'
        - `ts` string, required
        - `thread_ts` string, nullable
        - `text` string, required
        - `request_feedback` boolean
      - TranscriptReactionEntry
        - `entry_type` 'reaction'
        - `ts` string, required
        - `message_ts` string, required
        - `action` 'add' | 'remove', required
        - `reaction_name` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
