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
| Field | Type | Required | Description |
|---|---|---|---|
id | string | Yes | The 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
| Field | Type | Description | Expiration |
|---|---|---|---|
url | string | Secure download URL for the meeting recording | 30 Minutes |