List archived files
GET
/archive_files
Cloud Recording
Use this API to retrieve archived meeting or webinar files of an account.
recording:read:admin
Rate Limit Label:
Medium
Prerequisites:
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/archive_files'
响应示例响应示例
200 - response
{
"from": "2021-03-11T05:41:36Z",
"meetings": [
{
"archive_files": [
{
"download_url": "https://zoom.us/rec/archive/download/snGardfsw3435SKIsXAMhJ6wh",
"file_extension": "M4A",
"file_size": 165743,
"file_type": "M4A",
"id": "55hfgsd-sd8e2bd7255",
"recording_type": "audio_only",
"status": "completed"
},
{
"download_url": "https://zoom.us/rec/archive/download/eXy782Ua9dghjhPvao.bUFwLAgQrFOjfOjr",
"file_extension": "MP4",
"file_size": 198720,
"file_type": "MP4",
"id": "9c5daa5b-34a1-40e8-8947-a11be5e373a7",
"recording_type": "shared_screen_with_speaker_view",
"status": "completed"
}
],
"duration": 3,
"host_id": "Dhjdfgdkg8w",
"id": 553068284,
"recording_count": 2,
"start_time": "2021-03-12T01:57:27Z",
"timezone": "",
"topic": "Zoom Meeting",
"total_size": 364463,
"type": 1,
"uuid": "yO3dfhh3t467UkQ=="
}
],
"next_page_token": "",
"page_size": 30,
"to": "2021-03-18T05:41:36Z"
}
请求参数
Query 参数
page_size
integer
可选
<= 300
默认值:
30
next_page_token
string
可选
from
string
可选
to
string
可选
query_data_type
enum<string>
可选
from
and to
.枚举值:
meeting_start_timearchive_complete_time
默认值:
meeting_start_time
返回响应
修改于 2024-04-24 09:06:48