---
title: "Fetch the complete transcript for a session"
method: GET
path: "/sessions/{session_id}/transcript"
tags: ["Sessions"]
---

# Fetch the complete transcript for a session

`GET /sessions/{session_id}/transcript`

Returns a URL to download the transcript for the session ID in CSV format.

## Path parameters

- `session_id` string, required

## Response `200`

Returns the complete transcript of a session.

- object
  - `success` boolean
  - `data` Transcript
    - `sessionId` string, required
    - `transcript_download_url` string, required — URL where the transcript can be downloaded
    - `transcript_download_url_expiry` string, required — Time when the download URL will expire

---

[API](https://skmtc.net/dyte-io/apis/dyte-rest-apis.md) · [All operations](https://skmtc.net/dyte-io/apis/dyte-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dyte-io/dyte-rest-apis/versions/f62d3edd92ae/schema)
