# Get Video Log Analyzer data for a Room. **GET /v1/Video/Rooms/{RoomSid}** Get Video Log Analyzer data for a Room. ## 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. ## 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) - **account_sid** (string | null) Account SID associated with this room. - **room_sid** (string | null) Unique identifier for the room. - **room_name** (string | null) Room friendly name. - **create_time** (string(date-time) | null) Creation time of the room. - **end_time** (string(date-time) | null) End time for the room. - **room_type** (string | null) Type of room. Can be `go`, `peer_to_peer`, `group`, or `group_small`. - **room_status** (string | null) Status of the room. Can be `in_progress` or `completed`. - **status_callback** (string(uri) | null) Webhook provided for status callbacks. - **status_callback_method** (string(http-method) | null) HTTP method provided for status callback URL. - **created_method** (string | null) How the room was created. Can be `sdk`, `ad_hoc`, or `api`. - **end_reason** (string | null) Reason the room ended. Can be `room_ended_via_api` or `timeout`. - **max_participants** (integer | null) Max number of total participants allowed by the application settings. - **unique_participants** (integer | null) Number of participants. May include duplicate identities for participants who left and rejoined. - **unique_participant_identities** (integer | null) Unique number of participant identities. - **concurrent_participants** (integer | null) Actual number of concurrent participants. - **max_concurrent_participants** (integer | null) Maximum number of participants allowed in the room at the same time allowed by the application settings. - **codecs** (array[string] | null) Codecs used by participants in the room. Can be `VP8`, `H264`, or `VP9`. - **media_region** (string | null) Region of Twilio media servers for the room. See [the list of possible media servers here](https://www.twilio.com/docs/video/ip-addresses). - **duration_sec** (integer(int64) | null) Total room duration from create time to end time. - **total_participant_duration_sec** (integer(int64) | null) Combined amount of participant time in the room. - **total_recording_duration_sec** (integer(int64) | null) Combined amount of recorded seconds for participants in the room. - **processing_state** (string | null) Video Log Analyzer resource state. Will be either `in-progress` or `complete`. `in-progress` indicates that more details may be appended to the resource. `complete` indicates no further information will be added. - **recording_enabled** (boolean | null) Boolean indicating if recording is enabled for the room. - **edge_location** (string | null) Edge location of Twilio media servers for the room. See [the list of public edge locations](https://www.twilio.com/docs/global-infrastructure/edge-locations#public-edge-locations) for the possible values. - **url** (string(uri) | null) URL for the room resource. - **links** (object(uri-map) | null) Room subresources. [Powered by Bump.sh](https://bump.sh)