Skip to main content
GET
Get a room

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

room_id
string<uuid>
required

Response

Successful Response

A room with its usage broken down per participant.

id
string<uuid>
required
name
string
required
sid
string | null
required
status
string
required
streaming_mode
string | null
required
started_at
string<date-time> | null
required
ended_at
string<date-time> | null
required
total_connection_minutes
integer
required
total_charged_cents
integer
required
created_at
string<date-time>
required
created_by
string
required
participants
ParticipantUsageResponse · object[]
required