Get recordings from video SDK account using API

I completed my meeting using video sdk and I recorded the meeting. Now I want to get the recordings of the meeting by Zoom video SDK API, so I used the same API as per the documentation, but inside the documentation, you guys didn’t mention which access token I need to use for that API call. The link of the video sdk api JWT is invalid, here is that link - https://marketplace.zoom.us/docs/guides/build/video-sdk-app/#video-sdk-and-api-credentials.

So, please help me with that API, please share the detail of getting the meeting recording API and how to generate an access token for that API.

Hi @Parth ,

To access your recording via API, you’ll need to use the API JWT as a bearer token in your authorization header. Here is a current link to the documentation describing the process, under the “Video SDK API” section. Please let us know if you have any further questions.

Thanks,
Rehema

I’m able to get recordings now. But I’m not getting recording audio files of each participant even though I enabled it in the account setting recording tab. I’m also able to see the audio recording of each participant in my account dashboard in Zoom.us. Is there anything else I need to do? Please help me with it.

Hi @Parth ,

Could you attach a screenshot of the response you’re getting from the API (covering an PII, if any)?

Thanks,
Rehema

Here is my response,

{
    "from": "2023-05-31",
    "to": "2023-06-01",
    "sessions": [
        {
            "timezone": "",
            "duration": 2,
            "session_id": "ARb4ASN7QpGvob8yAM0FgQ==",
            "session_name": "647716f8769f57a932f16d49",
            "start_time": "2023-05-31T09:50:50Z",
            "total_size": 23554079,
            "recording_count": 6,
            "recording_files": [
                {
                    "id": "0a762971-448c-48b5-a967-55354a9d29c4",
                    "status": "completed",
                    "recording_start": "2023-05-31T10:08:33Z",
                    "recording_end": "2023-05-31T10:10:16Z",
                    "file_type": "M4A",
                    "file_size": 1624741,
                    "download_url": "https://us06web.zoom.us/rec/download/oXjb8B8w_QJ89fCYm2fecS1O2a4hvcW5VWWti_gdxC5BUsFcdln7MPuBjpIsoku9jJU-xvTPZGbmVa4M.vE8x-vGeFsyxEbJp",
                    "recording_type": "audio_only",
                    "file_extension": "M4A"
                },
                {
                    "id": "0abb27db-3347-4526-9611-bbe4a83045e8",
                    "status": "completed",
                    "recording_start": "2023-05-31T10:08:33Z",
                    "recording_end": "2023-05-31T10:10:16Z",
                    "file_type": "MP4",
                    "file_size": 5512159,
                    "download_url": "https://us06web.zoom.us/rec/download/-yt-oiXKTOMJ6gOU4R2ggxo6Qr9daMIWMOS0-ra8XZg2k00V2cxtv9D_u2DqBAdZeYRSZeG_OJYJt9QA.YBXL54LeQLn4ceB7",
                    "recording_type": "active_speaker",
                    "file_extension": "MP4"
                },
                {
                    "id": "0d0f6343-cebc-4f7f-afad-3526242fb1fd",
                    "status": "completed",
                    "recording_start": "2023-05-31T10:08:33Z",
                    "recording_end": "2023-05-31T10:10:16Z",
                    "file_type": "MP4",
                    "file_size": 8704315,
                    "download_url": "https://us06web.zoom.us/rec/download/Oj1p2BUwGWyUhthfLidqRnGha0pFExVjjD_Md1Q6y2pN0TxXq-k4S7XOCX31GgeZpH5k9QJb3zAgSPcy.Iwwxi9nYDamZjoCZ",
                    "recording_type": "gallery_view",
                    "file_extension": "MP4"
                },
                {
                    "id": "64804446-305f-44c7-b0f6-79a92d2ad611",
                    "status": "completed",
                    "recording_start": "2023-05-31T10:07:27Z",
                    "recording_end": "2023-05-31T10:08:04Z",
                    "file_type": "MP4",
                    "file_size": 4500721,
                    "download_url": "https://us06web.zoom.us/rec/download/vr25TjRwsxVKAV9_PMXMMlD-k0AYpJlSNFrwTI4DzPPWm7coE5utX9crBh0fiR_Ne0wjr2G8VsjQdM5d.XHYurlEsaI_4X-6Z",
                    "recording_type": "gallery_view",
                    "file_extension": "MP4"
                },
                {
                    "id": "ac188880-bf01-4575-925b-911ddca28475",
                    "status": "completed",
                    "recording_start": "2023-05-31T10:07:27Z",
                    "recording_end": "2023-05-31T10:08:04Z",
                    "file_type": "MP4",
                    "file_size": 2638964,
                    "download_url": "https://us06web.zoom.us/rec/download/JTLhWA-wLggcme-_PpHHurbgupxB-wyJTAsW-zewWBIYhCf4bc7_lNLKqVr-sL-Bue8ktpHUKOQEohb1.UJXGXMshH5d8P3Pn",
                    "recording_type": "active_speaker",
                    "file_extension": "MP4"
                },
                {
                    "id": "d9d271c5-e3c3-45c7-9e3f-759a6b96ed7b",
                    "status": "completed",
                    "recording_start": "2023-05-31T10:07:27Z",
                    "recording_end": "2023-05-31T10:08:04Z",
                    "file_type": "M4A",
                    "file_size": 573179,
                    "download_url": "https://us06web.zoom.us/rec/download/hIpB105aMuuW9ZYfMAYko9QLRn24vebnhSigmaRYJp0PD1-LPqzcmm2pIAQL4J01B-msWH8-EcXL_KOv.S8iAuftB1RybCWUt",
                    "recording_type": "audio_only",
                    "file_extension": "M4A"
                }
            ]
        }
    ],
    "page_size": 30,
    "total_records": 1,
    "next_page_token": ""
}

And here is a screenshot of my dashboard recording tab of same meeting,

Hi @rehema.zoom ,

I have delivery soon, can you please look into it as soon as possible.

Thank you.

Hi @Parth ,

I apologize for the delayed response. When you click the download link for each recording, which ‘recording_type’ is missing audio files?

Best,
Rehema

@rehema.zoom

Please check I added an API response in the above comment, where I don’t find any recording URLs for highlighted files of individual participant audio files in the above picture.

Can you please look into it?

Thank you.

Hi @Parth
Have you tried using this endpoint?

List session’s recordings?

Could you please specify what endpoint are you calling to get the response you are getting?

Thank you for your reply @rehema.zoom and @elisa.zoom

But now I have one more query I’m able to get each participant recording audio files but how can I identify the file of which participant?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.