GET metrics/meetings/{meetingId}/participants/{participantId}/qos
Operation ID: dashboardMeetingParticipantQOS
Auth: unknown
Description
Retrieve the quality of service for participants from live or past meetings. 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><br> **Scopes:** `dashboard_meetings:read:admin`<br> **[Rate Limit Label](https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits):** `Heavy`
Parameters (3)
(string, path, required)
The meeting ID or the meeting UUID. If a meeting ID is provided in the request instead of a UUID, the response will be for the latest meeting instance. If a UUID starts with "/" or contains "//" (example: "/ajXp112QmuoKj4854875==\"), you must **double encode** the UUID before making an API request.
(string, path, required)
Participant ID.
(string, query, optional, default: live)
The meeting types: <br>`past` - Past meetings.<br>`live` - Live Meetings.
Constraints: {'enum': ['past', 'pastOne', 'live']}
No probe data for this endpoint yet.