v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Room Sessions

View a room session.

get/room_sessions/{room_session_id}

Path parameters

room_session_idstring uuid required
Example:0ccc7b54-4df3-4bca-a65a-3da1ecc777f0

The unique identifier of a room session.

Query parameters

include_participantsboolean
Example:true

To decide if room participants should be included in the response.

Response

Get room session response.

Example response

{
  "data": {
    "active": false,
    "created_at": "2021-04-16T09:46:20.954863Z",
    "ended_at": "2021-04-16T10:24:55.962200Z",
    "id": "7b61621f-62e0-4aad-ab11-9fd19e272e73",
    "participants": [],
    "record_type": "room_session",
    "room_id": "7b61621f-5fe4-4aad-ab11-9fd19e272e73",
    "updated_at": "2021-04-16T10:24:55.962200Z"
  }
}