Skip to main content

Get live recording file

GET 

/bv/cms/v1/lives/:id/recording-files:latest

Return the live recording file id and its encoding status.


  • Return 404/NotFound error if the requested resource is not found.

Request

Path Parameters

    id stringrequired

    Required. The unique id of the live.

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema
    id string

    Output Only. The unique id of the live.

    file_id string

    Output Only. The unique id of the recording file.

    status string

    Possible values: [RECORDING_FILE_STATUS_READY, RECORDING_FILE_STATUS_PROCESSING, RECORDING_FILE_STATUS_FAILED]

    Output Only. The status of the recording file.

Loading...