I want to use this API https://developers.zoom.us/docs/api/video-sdk/#tag/sessions/get/videosdk/sessions to query multiple sessions with the same session key. I found that as long as I fill in the session key, the interface will not return any data, no matter how I change the other parameters.
API Call
response:
{
"from": "2025-07-22",
"to": "2025-07-22",
"page_size": 30,
"next_page_token": "",
"sessions": []
}
However, searching by session name works fine.