Skip to main content

Get a recording

Get a recording by its ID

Path Parameters
    id string required

    The ID of the recording to retrieve

Responses

Successfully retrieved the recording


Schema
    data object
    id string

    The unique id of the recording

    name string

    The name of the recording

    description string nullable

    The description of the recording

    script string nullable

    The script the User entered when the recording was created

    playUrl uri

    The url to the audio stream of the recording

    date date-time

    The date and time the recording was created

    duration number

    The duration of the recording in seconds

    usage object nullable

    Where the recording is used

    property name* object[] nullable
  • Array [
  • feature string

    Possible values: [businessHours, callRecording, forwarding, greeting, voiceMenu]

    meta object
    dtmf string
  • ]
Loading...