---
title: "List Transcripts"
method: GET
path: "/interactions/{id}/transcripts/"
tags: ["Transcripts"]
---

# List Transcripts

`GET /interactions/{id}/transcripts/`

Retrieves a list of transcripts for a given interaction.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `full` boolean — Display full transcripts in listing

## Headers

- `Tenant-Name` string, required — Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.

## Response `200`

Returns a list of transcripts associated with the interaction.

- TranscriptsListResponse
  - `transcripts` TranscriptsListItem[], nullable, required
    - `id` string, uuid, required
    - `transcriptSample` string, required
    - `transcript` TranscriptsData
      - `metadata` TranscriptsMetadata, required
        - `participantsRoles` TranscriptsParticipant[], nullable
          - `channel` integer, required — The audio channel to associate with a participant role.
          - `role` 'doctor' | 'patient' | 'multiple', required
      - `transcripts` CommonTranscriptResponse[], required — An array of transcripts.
        - `channel` integer, required — The channel associated with this phrase/utterance.
        - `participant` integer, required — The identifier of the participant.
        - `speakerId` integer, required — Id to tag an identified speaker. Auto-increments.
        - `text` string, required — The spoken phrase or utterance extracted from the audio.
        - `start` integer, required — Start time in milliseconds for phrase/utterance.
        - `end` integer, required — End time in milliseconds for phrase/utterance.

## Other responses

- `400` — RFC9457
- `401` — RFC9457
- `403` — RFC9457
- `500` — RFC9457
- `504` — RFC9457

---

[API](https://skmtc.net/corti/apis/admin-api.md) · [All operations](https://skmtc.net/corti/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/corti/admin-api/revisions/5d1895a1b3fc/schema)
