List Panelists API call returns empty response instead of the panelist object

Description
I’m trying to list the panelist for our webinar but I have getting empty array as a response instead of the panelist that was in the webinar

Error
This is the response I get
{
“panelists”: ,
“total_records”: 0
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth App type

Which Endpoint?
GET /webinars/{webinarId}/panelists

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Call https://zoom.us/v2/webinars/96888624380/panelists?access_token={access_token}

Additional context
There were 1 host, 1 panelist and 1 attendee in that webinar

I also tried calling the endpoint from the https://marketplace.zoom.us/docs/api-reference/zoom-api/webinars/webinarpanelists, same results this is the zoom tracking header for that request:
X-Zm-Trackingid WEB_f02ac8d91b614035a2790a0b223d428b

Hi @zur.magen, to test, can you List Past Webinar Instances and use the UUID in the path instead of the ID?