---
title: "GET /crm/v3/extensions/calling/transcripts/{transcriptId}"
method: GET
path: "/crm/v3/extensions/calling/transcripts/{transcriptId}"
tags: ["Basic"]
---

# GET /crm/v3/extensions/calling/transcripts/{transcriptId}

`GET /crm/v3/extensions/calling/transcripts/{transcriptId}`

## Path parameters

- `transcriptId` string, required

## Response `200`

successful operation

- TranscriptResponse
  - `createdAt` string, date-time, required
  - `engagementId` integer, required
  - `id` string, required
  - `transcriptSource` 'HUBSPOT_GENERATED' | 'INTEGRATOR_GENERATED', required
  - `transcriptUtterances` TranscriptUtterance[], required
    - `endTimeMillis` integer, required
    - `id` string, required
    - `languageCode` string
    - `speaker` Speaker
      - `email` string
      - `id` string, required
      - `name` string, required
    - `startTimeMillis` integer, required
    - `text` string, required
  - `updatedAt` string, date-time, required

## Other responses

- `default` — An error occurred.

## Changes

- **2026-08-17** (v3) `7ca37a678db7` — 1 info
  - endpoint added
- **2026-07-13** (v3) `6f20a1a0d60c` — 1 breaking
  - api path removed without deprecation
- **2026-05-22** (v3) `c6342fed2369` — 2 info
  - the security scope `crm.extensions_calling_transcripts.read` was added to the endpoint's security scheme `oauth2`
  - the security scope `crm-transcription-api-read` was removed from the endpoint's security scheme `oauth2`
- **2026-05-04** (v3) `9500e569388b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hubspot/apis/crm-transcriptions/changes/crm/v3/extensions/calling/transcripts/:transcriptId/get.md)

---

[API](https://skmtc.dev/hubspot/apis/crm-transcriptions.md) · [All operations](https://skmtc.dev/hubspot/apis/crm-transcriptions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hubspot/crm-transcriptions/revisions/37efbbb82d55/schema)
