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

# List All Transcriptions

`GET /Accounts/{AccountSid}/Transcriptions`

The ability to read all of the recording transcriptions that are associated with your account. This will be returned as a list of transcriptions.

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

## Path parameters

- `AccountSid` string, uuid, required

## Response `200`

OK

- object
  - `uri` string
  - `first_page_uri` string
  - `next_page_uri` string
  - `previous_page_uri` string
  - `page` integer
  - `page_size` integer
  - `transcriptions` object[]
    - `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' — The status of the transcription.
    - `transcription_text` string — The text content of a transcription.
    - `type` string — Type of the transcription
    - `uri` string — The URI of the transcription.
  - `account_sid` string — The unique identifier of this account.

---

[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/e1376ef9bfca/schema)
