ringcentral_download_call_recording
Retrieve a call recording's media metadata, including content type and size, to verify availability before downloading the audio file.
Instructions
Download a call recording's media content (returns metadata about the binary — content type and size — not the raw audio bytes, which aren't representable as MCP tool output).
API: GET /restapi/v1.0/account/~/recording/{recordingId}/content
(served from the media.ringcentral.com host, not the platform API host)
Args:
recording_id: Required. The recording ID (from a call-log entry's `recording.id` field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recording_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |