---
title: "Get details for a participant in a session"
method: GET
path: "/insights/participant"
---

# Get details for a participant in a session

`GET /insights/participant`

Returns session data such as user agent, bandwidth and packet loss for the participant.

## Response `200`

Array of sorted sessions participants with insights.

- object[]
  - `displayName` string, required — Display name of the participant.
  - `userRole` string, required — The role of the participant.
  - `userAgent` string, required — User agent string of the participant.
  - `timeStamp` string, required — Timestamp the participant joined the session.
  - `sampleRateMs` number, required — The interval (in milliseconds) the samples are collected in.
  - `samples` object, required — Data object arrays with network data. `packetLossSend`, `packetLossRecv`, `bitrateSend` and `bitrateRecv`.

## Other responses

- `401` — Access token is missing or invalid
- `429` — You are rate limited

---

[API](https://skmtc.net/whereby/apis/whereby-rest-api.md) · [All operations](https://skmtc.net/whereby/apis/whereby-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whereby/whereby-rest-api/revisions/3d9aec0774ff/schema)
