API endpoint clarification for the Performance Reports section within Zoom Webinar

What is the API Endpoint for performance reports?

Is it any one from this?

(i) *****/v2/report/webinars/{instance_id}/performance. This API Endpoint says meeting doesn’t exists in this webinar.

(ii) *****/v2/report/webinars/{webinar_id}. Not giving data.

(issue) How to retrieve the data

Hi @nikhil.nanda, are you looking for participant reports? That would be returned here: /v2/report/webinars/{webinarId}/participants - reference

If you are looking for Webinar details, /v2/report/webinars/{webinarId} should return details on any valid Webinar UUID.

If you use the 11-digit Webinar ID, the endpoint will return the last instance of the event. You can also specify the webinar UUID for the exact instance of a recurring Webinar.

You can also query past webinar endpoints:

  • /past_webinars/{webinarId}/instances - reference
  • /past_webinars/{webinarId}/participants - reference