Skip to main content

List All Transcriptions

GET 

/Accounts/:AccountSid/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.

Request

Path Parameters

    AccountSid uuidrequired

    The unique identifier for the account that created this transcription.

Responses

OK

Schema

    uri string
    first_page_uri string
    next_page_uri string
    previous_page_uri string
    page integer
    page_size integer

    transcriptions

    object[]

  • Array [

  • account_sid uuid

    The unique identifier for the account that created this transcription.

    Example: b3877c40-da60-4998-90ad-b792e98472ac
    api_version string

    The version of the Signalwire API.

    Example: 2010-04-01
    date_created string

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

    Example: Thur, 27 Sept 2018 02:00:00 +0000
    date_updated string

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

    Example: Fri, 28 Sept 2018 03:00:00 +0000
    duration string

    The time, in seconds, of the transcribed audio.

    Example: 1
    price string

    The charge for the transcription.

    Example: -0.00025
    price_unit string

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

    Example: USD
    recording_sid string

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

    Example: b3877c40-da60-4998-90ad-b792e98472re
    sid string

    The unique identifier for the transcription.

    Example: b3877c40-da60-4998-90ad-b792e98472tr
    status string

    The status of the transcription.

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

    Example: failed
    transcription_text string

    The text content of a transcription.

    Example: null
    type string

    Type of the transcription

    Example: fast
    uri string

    The URI of the transcription.

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

  • account_sid

    The unique identifier of this account.

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