# 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. ## Servers - https://insights.twilio.com: https://insights.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **RoomSid** (string) The SID of the Room resource. - **ParticipantSid** (string) The SID of the Participant resource. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **participant_sid** (string | null) Unique identifier for the participant. - **participant_identity** (string | null) The application-defined string that uniquely identifies the participant within a Room. - **join_time** (string(date-time) | null) When the participant joined the room. - **leave_time** (string(date-time) | null) When the participant left the room. - **duration_sec** (integer(int64) | null) Amount of time in seconds the participant was in the room. - **account_sid** (string | null) Account SID associated with the room. - **room_sid** (string | null) Unique identifier for the room. - **status** (string | null) Status of the room. Can be `in_progress` or `completed`. - **codecs** (array[string] | null) Codecs detected from the participant. Can be `VP8`, `H264`, or `VP9`. - **end_reason** (string | null) 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 | null) Errors encountered by the participant. - **error_code_url** (string | null) Twilio error code dictionary link. - **media_region** (string | null) Twilio media region the participant connected to. See [the list of possible media servers here](https://www.twilio.com/docs/video/ip-addresses). - **properties** (object | null) Object containing information about the participant's data from the room. See [below](https://www.twilio.com/docs/video/troubleshooting/video-log-analyzer-api#properties) for more information. - **edge_location** (string | null) Name of the edge location the participant connected to. See [the list of public edge locations](https://www.twilio.com/docs/global-infrastructure/edge-locations#public-edge-locations) for the possible values. - **publisher_info** (object | null) Object containing information about the SDK name and version. See [below](https://www.twilio.com/docs/video/troubleshooting/video-log-analyzer-api#publisher_info) for more information. - **url** (string(uri) | null) URL of the participant resource. [Powered by Bump.sh](https://bump.sh)