cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#ZOOM_SEARCH_RECORDING' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "ZOOM_SEARCH_RECORDING", "parameters": { "searchFrom": "<string>", "searchUpto": "<string>", "meetingId": "<string>", "trash": true, "trashType": "meeting_recordings", "includeToken": true } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
From Date : Start date in 'yyyy-mm-dd' UTC format (example: "2022-10-22")
To Date : End date in 'yyyy-mm-dd' UTC format (example: "2022-11-21")
Meeting ID (example: "6840331990")
Trash : Use in combination with Trash Type to indicate type of Cloud Recording you need to retrieve
Trash Type : The type of Cloud recording that you would like to retrieve from the trash
meeting_recordings
recording_file
Include Token in Download URL : If set to true, all download_url properties will include the user’s access token.
Success
Was this page helpful?