getWebinarPoll.RdGet a webinar's poll https://support.zoom.us/hc/enus/articles/203749865PollingforWebinars details.**Scopes:** webinar:read:admin webinar:read ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
getWebinarPoll(webinarId, pollId, return_response = F)
| webinarId | The webinar ID in "**long**" format represented as int64 data type in JSON . |
|---|---|
| pollId | The poll ID |
| return_response | Whether to return the response instead of the response content. Defaults to FALSE. |