---
title: "List recording transcriptions"
method: GET
path: "/texml/Accounts/{account_sid}/Transcriptions.json"
tags: ["TeXML REST Commands"]
---

# List recording transcriptions

`GET /texml/Accounts/{account_sid}/Transcriptions.json`

Returns multiple recording transcription resources for an account.

## Path parameters

- `account_sid` string, required

## Query parameters

- `PageToken` string
- `PageSize` integer

## Response `200`

Successful list Recording Transcriptions Response

- object
  - `transcriptions` TexmlRecordingTranscription[]
    - `account_sid` string
    - `call_sid` string
    - `api_version` string — The version of the API that was used to make the request.
    - `date_created` string, date-time
    - `date_updated` string, date-time
    - `duration` string, nullable — The duration of this recording, given in seconds.
    - `sid` string — Identifier of a resource.
    - `recording_sid` string — Identifier of a resource.
    - `status` 'in-progress' | 'completed' — The status of the recording transcriptions. The transcription text will be available only when the status is completed.
    - `transcription_text` string — The recording's transcribed text
    - `uri` string — The relative URI for the recording transcription resource.
  - `end` integer — The number of the last element on the page, zero-indexed
  - `first_page_uri` string, uri — Relative uri to the first page of the query results
  - `previous_page_uri` string, uri — Relative uri to the previous page of the query results
  - `next_page_uri` string — Relative uri to the next page of the query results
  - `page` integer — Current page number, zero-indexed.
  - `page_size` integer — The number of items on the page
  - `start` integer — The number of the first element on the page, zero-indexed.
  - `uri` string — The URI of the current page.

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
