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

    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

Loading...