Skip to main content

Retrieve a Transcription.

GET 

/Accounts/:AccountSid/Transcriptions/:Sid

Retrieve a single recording transcription.

Permissions

The API token must include the following scopes: Voice.

Request

Path Parameters

    AccountSid uuidrequired

    The unique identifier for the account that created this transcription.

    Sid uuidrequired

    The unique identifier for the transcription.

Responses

OK

Schema

    account_siduuid

    The unique identifier for the account that created this transcription.

    Example: b3877c40-da60-4998-90ad-b792e98472ac
    api_versionstring

    The version of the Signalwire API.

    Example: 2010-04-01
    date_createdstring

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

    Example: Thur, 27 Sept 2018 02:00:00 +0000
    date_updatedstring

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

    Example: Fri, 28 Sept 2018 03:00:00 +0000
    durationstring

    The time, in seconds, of the transcribed audio.

    Example: 1
    pricestring

    The charge for the transcription.

    Example: -0.00025
    price_unitstring

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

    Example: USD
    recording_sidstring

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

    Example: b3877c40-da60-4998-90ad-b792e98472re
    sidstring

    The unique identifier for the transcription.

    Example: b3877c40-da60-4998-90ad-b792e98472tr
    statusstring

    The status of the transcription.

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

    Example: failed
    transcription_textstring

    The text content of a transcription.

    Example: null
    typestring

    Type of the transcription

    Example: fast
    uristring

    The URI of the transcription.

    Example: /api/laml/2010-04-01/Accounts/b3877c40-da60-4998-90ad-b792e98472ac/Transcriptions/b3877c40-da60-4998-90ad-b792e98472tr.json