Poll Results available before the Webinar has ended?

Description
We have a webinar that lasts all day. We have multiple polls that we run throughout the webinar. We would like to get the poll results (detailed results) as soon as the poll has ended. Is there an API or manual way to get the results of the Poll after the poll has ended and before the Webinar has ended?

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

Which Endpoint/s?
I’ve tried using “/past_webinars/{webinarId}/polls”, but this API fails until the Webinar has ended.

Hey @jared,

Have you tried the List Webinar Polls endpoint?

Thanks,
Tommy

Hi @tommy,

Thanks for your reply.

I need the api to tell me who answered each poll question and what their answers were. For example, I need to know their email, first and last names, and their answers. The List Past Webinar Poll Results endpoint returns this but doesn’t do it till 5-10 minutes after the webinar has ended.

I checked the List Webinar Polls endpoint. This endpoint only returns the answers, it doesn’t give any details on who answered that way.

Thanks,
Jared

Hey @jared,

Gotcha, I assume you are trying to get the results in real time?

As of now you can only get the results with the users names and emails after the Webinar ends.

Thanks,
Tommy