Get meeting recordings
GET
/meetings/{meetingId}/recordings
Cloud Recording
The recording files can be downloaded via the
download_url
property listed in the response.To access a password protected cloud recording, add an "access_token" parameter to the download URL and provide OAuth access token or JWT as the value of the "access_token".
recording:read:admin
recording:read
Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/meetings//recordings'
响应示例响应示例
200 - response
{
"account_id": "EABkdslfBBBdk",
"duration": 1,
"host_id": "z8yBXksaAAjdhfsfdfkjgg",
"id": 68000000031879,
"recording_count": 3,
"recording_files": [
{
"download_url": "https://api.zoom.us/recording/download/Qg75t7xZBtEbAkjdlgbfdngBBBB",
"file_size": 37285,
"file_type": "MP4",
"id": "96119skjlfhdshkjf-djkfndjf0-f791",
"meeting_id": "gkABCDEbbbbbbbkPuA==",
"play_url": "https://api.zoom.us/recording/play/Qg75t7xZBtEbAkjdlgbfdngBBBB",
"recording_end": "2019-08-29T21:55:24Z",
"recording_start": "2019-08-29T21:54:55Z",
"recording_type": "shared_screen_with_speaker_view",
"status": "completed"
},
{
"download_url": "https://api.zoom.us/recording/download/ABdkEEEfhlgldfjkglfghlkfdklhsg",
"file_size": 10098,
"file_type": "M4A",
"id": "5890sfjkdsf-aaaakdf-fbbb618718e",
"meeting_id": "gkABCDEbbbbbbbkPuA==",
"play_url": "https://api.zoom.us/recording/play/ABdkEEEfhlgldfjkglfghlkfdklhsg",
"recording_end": "2019-08-29T21:55:24Z",
"recording_start": "2019-08-29T21:54:55Z",
"recording_type": "audio_only",
"status": "completed"
},
{
"download_url": "https://api.zoom.us/recording/download/e2ed-dlkjgdfkgh-kslsdbsjf1a",
"file_type": "TIMELINE",
"meeting_id": "gkABCDEbbbbbbbkPuA==",
"recording_end": "2019-08-29T21:55:24Z",
"recording_start": "2019-08-29T21:54:55Z"
}
],
"share_url": "https://api.zoom.us/recording/share/abcdkhfdbbfdjbg",
"start_time": "2019-08-29T21:54:49Z",
"timezone": "America/Los_Angeles",
"topic": "MyTestPollMeeting",
"total_size": 47383,
"type": 2,
"uuid": "gkABCDEbbbbbbbkPuA=="
}
请求参数
Path 参数
meetingId
string
必需
Query 参数
include_fields
string
可选
download_access_token
field for downloading meeting recordings.ttl
integer
可选
download_access_token
. This is only valid if the include_fields
query parameter contains download_access_token
. The range is between 0-604800.>= 0<= 604800
返回响应
修改于 2024-04-24 09:06:48