---
title: "Changes to Retrieve a Transcription"
method: GET
path: "/Accounts/{AccountSid}/Transcriptions/{Sid}"
---

# Changes to Retrieve a Transcription

`GET /Accounts/{AccountSid}/Transcriptions/{Sid}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 40 revisions.

- **2026-05-12** `2916d5e3072e` — 3 breaking, 3 info
- **2026-05-12** `5344c0c93a4c` — 4 info
- **2026-03-04** `2e516ba2383f` — 2 breaking
- **2026-01-19** `d5fbaaddfa3e` — 4 breaking, 15 info
- **2026-01-15** `3c88f14db21e` — 3 breaking, 6 info

## Changes

- **2026-05-12** `2916d5e3072e` — 3 breaking, 3 info
  - the `account_sid` response's property type/format changed from `string`/`uuid` to ``/`` for status `200`
  - the `recording_sid` response's property type/format changed from `string`/`uuid` to ``/`` for status `200`
  - the `sid` response's property type/format changed from `string`/`uuid` to ``/`` for status `200`
  - added `#/components/schemas/uuid` to the `account_sid` response property `allOf` list for the response status `200`
  - added `#/components/schemas/uuid` to the `recording_sid` response property `allOf` list for the response status `200`
  - added `#/components/schemas/uuid` to the `sid` response property `allOf` list for the response status `200`
- **2026-05-12** `5344c0c93a4c` — 4 info
  - added 'unevaluatedProperties' constraint to the response body for the status `200`
  - added 'unevaluatedProperties' constraint to the response body for the status `400`
  - added 'unevaluatedProperties' constraint to the response body for the status `401`
  - added 'unevaluatedProperties' constraint to the response body for the status `404`
- **2026-03-04** `2e516ba2383f` — 2 breaking
  - response property `price` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `transcription_text` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-01-19** `d5fbaaddfa3e` — 4 breaking, 15 info
  - the response property `price` became nullable for the status `200`
  - the response property `transcription_text` became nullable for the status `200`
  - the `duration` response's property type/format changed from `string`/`` to `integer`/`int32` for status `200`
  - the `status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - added the non-success response with the status `400`
  - removed `#/components/schemas/TranscriptionStatus` from the `status` response property `allOf` list for the response status `200`
  - the response property `account_sid` became required for the status `200`
  - the response property `api_version` became required for the status `200`
  - the response property `date_created` became required for the status `200`
  - the response property `date_updated` became required for the status `200`
  - the response property `duration` became required for the status `200`
  - the response property `price` became required for the status `200`
  - the response property `price_unit` became required for the status `200`
  - the response property `recording_sid` became required for the status `200`
  - the response property `sid` became required for the status `200`
  - the response property `status` became required for the status `200`
  - the response property `transcription_text` became required for the status `200`
  - the response property `type` became required for the status `200`
  - the response property `uri` became required for the status `200`
- **2026-01-15** `3c88f14db21e` — 3 breaking, 6 info
  - added the new path request parameter `AccountSid`
  - added the new path request parameter `Sid`
  - the `status` response's property type/format changed from `string`/`` to ``/`` for status `200`
  - added the non-success response with the status `401`
  - added the non-success response with the status `404`
  - added `#/components/schemas/TranscriptionStatus` to the `status` response property `allOf` list for the response status `200`
  - removed the `completed` enum value from the `status` response property for the response status `200`
  - removed the `failed` enum value from the `status` response property for the response status `200`
  - removed the `in-progress` enum value from the `status` response property for the response status `200`

---

[Operation](https://skmtc.dev/signalwire/apis/compatibility-api/docs/Accounts/:AccountSid/Transcriptions/:Sid/get.md) · [API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [Page](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Transcriptions/:Sid/get)
