---
title: "Get Session Transcript"
method: GET
path: "/v1/sessions/{session_id}/transcript"
tags: ["Sessions"]
---

# Get Session Transcript

`GET /v1/sessions/{session_id}/transcript`

Get the transcript for a session

## Path parameters

- `session_id` string, required

## Query parameters

- `start_timestamp` integer
- `end_timestamp` integer

## Cookies

- `la_session` string

## Response `200`

Successful Response

- ResponseSessionTranscriptResponseSchema
  - `code` integer
  - `data` SessionTranscriptResponseSchema
    - `session_active` boolean, required
    - `next_timestamp` integer
    - `transcript_data` SessionTranscriptDataSchema[], required
      - `role` 'user' | 'avatar', required
      - `transcript` string, required
      - `absolute_timestamp` integer, required
      - `relative_timestamp` integer, required
  - `message` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/liveavatar/apis/live-avatar-api.md) · [All operations](https://skmtc.dev/liveavatar/apis/live-avatar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liveavatar/live-avatar-api/revisions/fbfa5cdbd7f9/schema)
