Skip to main content

List All 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 uuid REQUIRED

The unique identifier for the account that created this transcription.

Responses
200

OK

Schema OPTIONAL
uri string OPTIONAL
first_page_uri string OPTIONAL
next_page_uri string OPTIONAL
previous_page_uri string OPTIONAL
page integer OPTIONAL
page_size integer OPTIONAL
transcriptions object[] OPTIONAL
account_sid uuid OPTIONAL

The unique identifier for the account that created this transcription.

api_version string OPTIONAL

The version of the Signalwire API.

date_created string OPTIONAL

The date, in RFC 2822 GMT format, this transcription was created.

date_updated string OPTIONAL

The date, in RFC 2822 GMT format, this transcription was updated.

duration string OPTIONAL

The time, in seconds, of the transcribed audio.

price string OPTIONAL

The charge for the transcription.

price_unit string OPTIONAL

The currency, in ISO 4127 format, for the price of the transcription.

recording_sid string OPTIONAL

The unique identifier for the recording that this transcription was created from.

sid string OPTIONAL

The unique identifier for the transcription.

status string OPTIONAL

Possible values: [in-progress, completed, failed]

The status of the transcription.

transcription_text string OPTIONAL

The text content of a transcription.

type string OPTIONAL

Type of the transcription

uri string OPTIONAL

The URI of the transcription.

account_sid OPTIONAL

The unique identifier of this account.