Skip to main content
GET
List
You can retrieve the list of videos associated with a package by calling the /packages/{packageId}/videos endpoint. The response will include one or more video URLs that can be used to download or playback the video.
The video URL will expire based on the value of video.timeUrlExpires (currently 24 hours).
The call to /packages/{packageId} endpoint will also include videos URLs under meetings[].sessions[].videos[].See the Packages get API for more information.

Request

Request

Parameters

string
required
Unique identifier of the package to retrieve videos for.

Response

string
Unique identifier of the package videos were recorded for.
object[]
List of meeting videos associated with the package.

Response examples

Response (200)
Response (packages/{packageId})