---
title: "List all Transcriptions"
method: GET
path: "/Accounts/{AccountSid}/Transcriptions"
tags: ["Recording Transcriptions"]
---

# List all Transcriptions

`GET /Accounts/{AccountSid}/Transcriptions`

List all transcriptions.

#### Permissions
The API token must include the following scopes: _Voice_.

## Path parameters

- `AccountSid` string, uuid, required

## Response `200`

The request has succeeded.

- TranscriptionListResponse — Response containing a list of transcriptions.
  - `uri` string — The URI of the current page.
  - `first_page_uri` string — The URI of the first page.
  - `next_page_uri` string — The URI of the next page.
  - `previous_page_uri` string — The URI of the previous page.
  - `page` integer — The current page number.
  - `page_size` integer — The number of items per page.
  - `account_sid` string — The unique identifier of this account.
  - `transcriptions` Transcription[] — List of transcriptions.
    - `account_sid` string, uuid — The unique identifier for the account that created this transcription.
    - `api_version` string — The version of the SignalWire API.
    - `date_created` string — The date, in RFC 2822 GMT format, this transcription was created.
    - `date_updated` string — The date, in RFC 2822 GMT format, this transcription was updated.
    - `duration` string — The time, in seconds, of the transcribed audio.
    - `price` string — The charge for the transcription.
    - `price_unit` string — The currency, in ISO 4127 format, for the price of the transcription.
    - `recording_sid` string — The unique identifier for the recording that this transcription was created from.
    - `sid` string — The unique identifier for the transcription.
    - `status` 'in-progress' | 'completed' | 'failed' — Transcription status.
    - `transcription_text` string — The text content of a transcription.
    - `type` string — Type of the transcription.
    - `uri` string — The URI of the transcription.

## Other responses

- `401` — 401 Unauthorized response.

## Changes

- **2026-01-15** `686ef84c2abc` — 1 breaking
  - the response property `previous_page_uri` became nullable for the status `200`
- **2026-01-15** `3c88f14db21e` — 1 breaking, 10 info
  - the response's body type changed from no type to `object` for status `200`
  - removed `#/components/schemas/pagination, subschema #2` from the response body `allOf` list for the response status `200`
  - added the non-success response with the status `401`
  - added the optional property `account_sid` to the response with the `200` status
  - …7 more

[Change history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Transcriptions/get.md)

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/dab5a930a50e/schema)
