Skip to main content
GET
/meetings

Authorizations

Authorization
string
header
required

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

Query Parameters

room
string[]

A room name to filter meetings by. May be repeated (e.g. ?room=a&room=b) to filter by multiple rooms, up to a maximum of 100.

Maximum array length: 100
timeframe_start
integer<int32>
timeframe_end
integer<int32>
limit
integer<int32>
starting_after
string
ending_before
string
ongoing
boolean
no_participants
boolean

Response

200

total_count
integer

Total number of meetings matching the query.

data
object[]