Zoom Recordings No-Auth

by peakmojo
Verified

zoom_get_recording_details

Retrieve details and metadata for a specific Zoom meeting recording using the Zoom OAuth2 access token and meeting ID.

Instructions

Get detailed information about a specific Zoom meeting recording including recording files and metadata

Input Schema

NameRequiredDescriptionDefault
meeting_idYesThe Zoom meeting ID to retrieve recording details for
zoom_access_tokenYesZoom OAuth2 access token

Input Schema (JSON Schema)

{ "properties": { "meeting_id": { "description": "The Zoom meeting ID to retrieve recording details for", "type": "string" }, "zoom_access_token": { "description": "Zoom OAuth2 access token", "type": "string" } }, "required": [ "zoom_access_token", "meeting_id" ], "type": "object" }

You must be authenticated.

Other Tools from Zoom Recordings No-Auth

Related Tools

ID: 1ldbxffzpy