GET metrics/webinars/{webinarId}/participants/qos

zoom.us

Summary: List webinar participant QoS
Operation ID: dashboardWebinarParticipantsQOS
Auth: unknown
Description

Retrieve a list of participants from live or past webinars and the quality of service they received.<br>This data indicates the connection quality for sending/receiving video, audio, and shared content. If nothing is being sent or received at that time, no information will be shown in the fields.<br> **Scopes:** `dashboard_webinars:read:admin`<br> **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Heavy`<br> **Prerequisites:** * Business, Education or API Plan with Webinar add-on.

Parameters (4)

next_page_token (string, query, optional)

The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.

page_size (integer, query, optional, default: 1)

The number of items returned per page.

Constraints: {'maximum': 10}

type (string, query, optional, default: live)

The webinar type.

Constraints: {'enum': ['past', 'live']}

webinarId (string, path, required)

The webinar ID or the webinar UUID. If a webinar ID is provided in the request instead of a UUID, the response will be for the latest webinar instance. If a UUID starts with "/" or contains "//" (example: "/ajXp112QmuoKj4854875==\"), you must **double encode** the UUID before making an API request.

No probe data for this endpoint yet.