Skip to main content
GET
List meeting sessions

Authorizations

Authorization
string
header
required

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

Query Parameters

status
enum<string>

Filter meeting sessions by current status. Lifecycle status of the session. scheduled: waiting for join_at before the bot attempts to join. joining: the bot is connecting to the meeting. waiting_for_admission: the bot is in the lobby waiting to be admitted. active: the bot is in the meeting and capturing. leaving: the bot is exiting the meeting. ended: the bot left and the session is complete. failed: the bot could not join or the session failed. admission_denied: the host did not admit the bot.

Available options:
scheduled,
joining,
waiting_for_admission,
active,
leaving,
ended,
failed,
admission_denied

Response

Successful response with a list of meeting sessions.

data
MeetingSession · object[]
required