Skip to main content

Get Meeting Media

info

This endpoint provides access to meeting recordings by returning a secure, time-limited download URL for the meeting video file.

API Endpoint

[GET] /v1/integrations/meetings/:id/media
Authentication Required

This endpoint requires valid authentication and appropriate permissions to access meeting media.

Request

Request Parameters

FieldTypeRequiredDescription
idstringYesThe unique identifier of the meeting whose media you want to retrieve

Response

Success Response (200)

A successful response returns a JSON object containing the video download URL:

{
"url": "https://storage.googleapis.com/mes...file.mp4"
}

Response Fields

FieldTypeDescriptionExpiration
urlstringSecure download URL for the meeting recording30 Minutes