---
title: "Get Video Log Analyzer data for a Room Participant."
method: GET
path: "/v1/Video/Rooms/{RoomSid}/Participants/{ParticipantSid}"
tags: ["InsightsV1Participant"]
---

# Get Video Log Analyzer data for a Room Participant.

`GET /v1/Video/Rooms/{RoomSid}/Participants/{ParticipantSid}`

Get Video Log Analyzer data for a Room Participant.

## Path parameters

- `RoomSid` string, required
- `ParticipantSid` string, required

## Response `200`

OK

- InsightsV1VideoRoomSummaryVideoParticipantSummary
  - `participant_sid` string, nullable — Unique identifier for the participant.
  - `participant_identity` string, nullable — The application-defined string that uniquely identifies the participant within a Room.
  - `join_time` string, date-time, nullable — When the participant joined the room.
  - `leave_time` string, date-time, nullable — When the participant left the room.
  - `duration_sec` integer, nullable — Amount of time in seconds the participant was in the room.
  - `account_sid` string, nullable — Account SID associated with the room.
  - `room_sid` string, nullable — Unique identifier for the room.
  - `status` 'in_progress' | 'connected' | 'completed' | 'disconnected'
  - `codecs` VideoParticipantSummaryEnumCodec[], nullable — Codecs detected from the participant. Can be `VP8`, `H264`, or `VP9`.
  - `end_reason` string, nullable — Reason the participant left the room. See [the list of possible values here](https://www.twilio.com/docs/video/troubleshooting/video-log-analyzer-api#end_reason).
  - `error_code` integer, nullable — Errors encountered by the participant.
  - `error_code_url` string, nullable — Twilio error code dictionary link.
  - `media_region` 'us1' | 'us2' | 'au1' | 'br1' | 'ie1' | 'jp1' | 'sg1' | 'in1' | 'de1' | 'gll'
  - `properties` unknown
  - `edge_location` 'ashburn' | 'dublin' | 'frankfurt' | 'singapore' | 'sydney' | 'sao_paulo' | 'roaming' | 'umatilla' | 'tokyo'
  - `publisher_info` unknown
  - `url` string, uri, nullable — URL of the participant resource.

---

[API](https://skmtc.net/twilio/apis/insights-v1.md) · [All operations](https://skmtc.net/twilio/apis/insights-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/insights-v1/revisions/f61c549dd40c/schema)
