---
title: "Get Transcript"
method: GET
path: "/playground/sessions/{session_id}"
tags: ["playground"]
---

# Get Transcript

`GET /playground/sessions/{session_id}`

Live transcript so the page can mirror the thread while the visitor texts.

## Path parameters

- `session_id` string, required

## Response `200`

Successful Response

- PlaygroundTranscriptResponse
  - `session_id` string, required
  - `status` string, required
  - `inbound_count` integer, required
  - `proactive_sent_count` integer, required
  - `expires_at` string, date-time, required
  - `messages` PlaygroundTranscriptMessage[], required
    - `direction` string, required
    - `body` string, required
    - `sent_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/d96feef8e2ef/schema)
