mcp_config_archived_file_operations.json•1.68 kB
{
"server": {
"url": "https://api.zoom.us/v2"
},
"authentication": [
{
"schema_parameters": {
"in": "header"
},
"type": "apiKey",
"value": "API_KEY"
}
],
"operations": [
{
"description": "Zoom\u2019s [archiving solution](https://support.zoom.us/hc/en-us/articles/360050431572-Archiving-Meeting-and-Webinar-data) allows account administrators to set up an automated mechanism to record, collect and archive meeting data to a 3rd party platform of their choice and hence, satisfy FINRA and/ or other compliance requirements.\u003cbr\u003e\u003cbr\u003e Use this API to retrieve archived meeting or webinar files of an account. **Scope:** `recording:read:admin`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`\u003cbr\u003e\u003cbr\u003e **Prerequisites:** \u003cbr\u003e * Enable cloud recording. * Follow the [enablement process](https://support.zoom.us/hc/en-us/articles/360050431572-Archiving-Meeting-and-Webinar-data#h_01ENPBD3WR68D7FAKTBY92SG45) to access the archiving feature.",
"name": "list_archived_files"
},
{
"description": "**Note: This API has been deprecated and is no longer supported due to GCM encryption updates for security purposes.** List files sent via in-meeting chat during a meeting. The in-meeting files are deleted after 24 hours of the meeting completion time. \u003cbr\u003e\u003cbr\u003e **Scope:** `webinar:read`, `webinar:read:admin`\u003cbr\u003e **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Medium`\u003cbr\u003e",
"name": "list_past_webinar_files"
}
]
}