| os | No | Filter sessions by operating system (e.g. "macOS", "Windows", "Linux", "Android", "iPhone", "iPad"). | |
| name | No | Filter sessions whose title contains ANY of these substrings (case-insensitive). E.g. ["zoom"] for all sessions about Zoom. | |
| userId | No | Filter sessions by the end-user identifier carried in the rtcstats JWT (summary metadata user). | |
| browser | No | Filter sessions by browser (e.g. "Chrome", "Safari", "Firefox", "Edge"). | |
| hasHigh | No | When true, only sessions with at least one high-severity observation. | |
| hasMedium | No | When true, only sessions with at least one medium-severity observation. | |
| sessionId | No | Filter sessions by the session identifier carried in the rtcstats JWT (summary metadata session). | |
| hasCritical | No | When true, only sessions with at least one critical-severity observation. | |
| hasLowScore | No | When true, only sessions whose experience score is low (< 60). | |
| conferenceId | No | Filter sessions by the conference identifier carried in the rtcstats JWT (summary metadata conference). | |
| hasHighScore | No | When true, only sessions whose experience score is high (>= 80). | |
| browserVersion | No | Filter sessions by major browser version (e.g. "142"). | |
| hasMediumScore | No | When true, only sessions whose experience score is medium (60 to 79). | |
| observationTags | No | Filter sessions whose observations carry ANY of these tags. Valid tags: connectivity, security, audio, video, datachannel, outbound, inbound, peripheral, behavior, network, configuration, cpu, bug. | |
| observationTypes | No | Filter sessions that contain ANY of these observation type strings (exact type name, e.g. ["turnNoConfig"]). | |