# Poll reports ## Get webinar & meeting poll reports The webinar and meeting ID is crucial for accessing specific information and performing actions related to [webinars](/docs/api/meetings/#tag/webinars/GET/webinars/{webinarId}/polls) or [meetings](/docs/api/meetings/#tag/reports/GET/report/meetings/{meetingId}/polls), such as retrieving [poll](https://support.zoom.us/hc/en-us/articles/6877856936077) reports for [Webinars Plus & Events](/docs/events/api/#overview). ### On this page - [How to obtain the webinar and meeting ID](https://support.zoom.us/hc/en-us/articles/201362373-Meeting-and-Webinar-IDs). - [How to make a request and send it to the API endpoint](/docs/integrations/oauth/). 1. Sign in to [Webinars Plus & Events](https://events.zoom.us/). 1. Start by retrieving the **Event ID** associated with the session you are interested in. Another option is to invoke the list Events API with the corresponding `role_type=host` to get the list of events. 1. Once you have the Event ID, you can make a request to the `getSession` API **endpoint**. This [API](/docs/api/using-zoom-apis/) allows you to obtain the [session](https://support.zoom.us/hc/en-us/articles/6828829052173) details, including the webinar or meeting ID based on the provided Event ID. 1. Construct the API request, including the necessary parameters such as [authentication credentials](/docs/integrations/oauth/), **headers**, and the **Event ID**. 1. Send the API request to the `getSession` endpoint using your preferred programming language or API client. 1. Upon receiving the response from the `getSession` API, extract the webinar or meeting ID from the response data. The exact field or property name may vary depending on the API implementation, so consult the API documentation for the specific details. 1. Store or utilize the obtained webinar or meeting ID for further interactions, such as calling the webinar or meeting poll reports API. This ID acts as a reference to the particular webinar or meeting session you wish to retrieve [poll reports](https://support.zoom.us/hc/en-us/articles/6877856936077#h_01GTFJRBQKSX2CMC7YBXJBBYN3). Remember to refer to the API documentation provided. It will contain specific information regarding the endpoints, parameters, and response structure for the `getSession` API, as well as any other APIs you plan to utilize.