Overview
The active_meetings query is designed to fetch a list of meetings that are currently active (in progress). This endpoint allows you to monitor ongoing meetings for users in your team.Arguments
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
Schema
Fields available to the ActiveMeeting queryUsage Example
Error Codes
List of possible error codes that may be returned by theactive_meetings query. Full list of error codes can be found here.
object_not_found (user)
object_not_found (user)
The user email you are trying to query does not exist or is not in the same team as the requesting user.
require_elevated_privilege
require_elevated_privilege
You do not have permission to query active meetings for other users. Regular users can only query their own active meetings. Admin privileges are required to query other users’ active meetings.