zoom_list_recordings
Lists cloud recordings for a Zoom user within a date range, returning meeting topics, dates, and recording IDs needed to fetch transcripts.
Instructions
List cloud recordings for a Zoom user within a date range. Returns meeting topics, dates, and recording IDs needed to fetch transcripts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | Zoom user ID or email address | |
| from | No | Start date in YYYY-MM-DD format | |
| to | No | End date in YYYY-MM-DD format | |
| page_size | No | Number of records per page (max 300) | |
| next_page_token | No | Token for next page of results |