---
title: "Retrieve a list of transcriptions belonging to the account used to make the request"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/Transcriptions.json"
tags: ["Api20100401Transcription"]
---

# Retrieve a list of transcriptions belonging to the account used to make the request

`GET /2010-04-01/Accounts/{AccountSid}/Transcriptions.json`

Retrieve a list of transcriptions belonging to the account used to make the request

## Path parameters

- `AccountSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `end` integer
  - `first_page_uri` string, uri
  - `next_page_uri` string, uri, nullable
  - `page` integer
  - `page_size` integer
  - `previous_page_uri` string, uri, nullable
  - `start` integer
  - `uri` string, uri
  - `transcriptions` ApiV2010AccountTranscription[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Transcription resource.
    - `api_version` string, nullable — The API version used to create the transcription.
    - `date_created` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `date_updated` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `duration` string, nullable — The duration of the transcribed audio in seconds.
    - `price` number, nullable — The charge for the transcript in the currency associated with the account. This value is populated after the transcript is complete so it may not be available immediately.
    - `price_unit` string, currency, nullable — The currency in which `price` is measured, in [ISO 4127](https://www.iso.org/iso/home/standards/currency_codes.htm) format (e.g. `usd`, `eur`, `jpy`).
    - `recording_sid` string, nullable — The SID of the [Recording](https://www.twilio.com/docs/voice/api/recording) from which the transcription was created.
    - `sid` string, nullable — The unique string that that we created to identify the Transcription resource.
    - `status` 'in-progress' | 'completed' | 'failed' — The status of the transcription. Can be: `in-progress`, `completed`, `failed`.
    - `transcription_text` string, nullable — The text content of the transcription.
    - `type` string, nullable — The transcription type. Can only be: `fast`.
    - `uri` string, nullable — The URI of the resource, relative to `https://api.twilio.com`.

---

[API](https://skmtc.net/twilio/apis/api-v2010.md) · [All operations](https://skmtc.net/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/api-v2010/revisions/6b6ffccef14c/schema)
