Skip to main content

Retrieve a Transcription.

Retrieve a single recording transcription.

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.

Sid uuid REQUIRED

The unique identifier for the transcription.

Responses
200

OK

Schema 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.