---
title: "Fetch summary of transcripts for a session"
method: GET
path: "/sessions/{session_id}/summary"
tags: ["Sessions"]
---

# Fetch summary of transcripts for a session

`GET /sessions/{session_id}/summary`

Returns a Summary URL to download the Summary of Transcripts for the session ID as plain text.

## Path parameters

- `session_id` string, required

## Response `200`

Returns a complete summary of transcripts of a session.

- object
  - `success` boolean
  - `data` TranscriptSummary
    - `sessionId` string, required
    - `summaryDownloadUrl` string, required — URL where the summary of transcripts can be downloaded
    - `summaryDownloadUrlExpiry` string, required — Time of Expiry before when you need to download the csv file.

---

[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)
