Skip to main content
email
String
Filter active meetings by a specific user’s email address.Permission requirements:
  • Regular users: Can only query their own active meetings (must pass their own email or omit this field)
  • Admins: Can query active meetings for any user in their team
If this field is omitted, the query returns active meetings for the authenticated user.The email must be valid and belong to a user in the same team as the requester.
states
[MeetingState]
Filter active meetings by their state. Accepts an array of MeetingState values.Possible values:
  • active: Meetings that are currently in progress
  • paused: Meetings that have been paused
If this field is omitted, the query returns meetings in both active and paused states by default.