Searching Meetings
Use the following search tokens to search in the Meetings tab under Resources.
Search for connectors by specifying the connector type. Choose value from: OFFICE365, GOOGLE WORKSPACE, SALESFORCE, DROPBOX, ZOOM, SLACK
Example
Show all connectors of the meeting.type OFFICE365
connector.type:OFFICE365
Use a text value ##### to search all meetings having the specified connector name.
Example
Show results with meeting.name Zoomconnector1
connector.name:Zoomconnector1
Use quotes or backticks within values to help you find all meetings that match the specified meeting ID.
Examples
Show any meeting with this ID
meeting.id:"94794594617"
meeting.host.emailmeeting.host.email
Use a text value ##### to help you find all meetings hosted by users having the specified email address.
Example
Show all meetings hosted by user having email address [email protected]
meeting.host.email:"[email protected]"
meeting.host.departmentmeeting.host.department
Use a text value ##### to search all meetings hosted by users of the specified department.
Example
Show all meetings hosted by users of the HR department
meeting.host.department:"HR"
meeting.host.fullNamemeeting.host.fullName
Use quotes or backticks within values to help you find all meetings hosted by users that have the specified name.
Example
Show all meetings hosted by user John White
meeting.host.fullName:"John
White"
Use quotes or backticks within values to help you find all meetings that have the specified name.
Example
Show all meetings with the meeting.name SDR Meeting
meeting.name:"SDR Meeting"
Search a meeting based on its type.
Example
Show all meetings of meeting.type Scheduled
meeting.type:Scheduled
meeting.participants.emailmeeting.participants.email
Search for meetings by specifying the participant's email addresses.
Example
Show all meetings attended by user having email address [email protected]
meeting.participants.email:"[email protected]"
meeting.participants.fullNamemeeting.participants.fullName
Search for meetings by specifying the participant's full name.
Example
Show all meetings attended by user having full meeting.name as John White
meeting.participants.fullName:"John
White"
meeting.participants.domainmeeting.participants.domain
Search for meetings by specifying the participant's domain.
Example
Show all meetings attended by users from the abc.com domain
meeting.participants.domain:"abc.com"
meeting.recordings.idmeeting.recordings.id
Search for meetings that have a specific recording ID.
Example
Show all meetings that have recording ID 823c3586-f7fd-47ef-a147-8327b0a75141
meeting.recordings.id:"823c3586-f7fd-47ef-a147-8327b0a75141"
meeting.recordings.fileTypemeeting.recordings.fileType
Search for meetings that have recordings saved as in a specific file format.
Example
Show all meetings that have their recordings saved as M4A files
meeting.recordings.fileType:"M4A"
meeting.recordings.recordingTypemeeting.recordings.recordingType
Search for meetings that have specific types of recordings. Choose values from: audio_only; shared_screen_with_speaker_view
Example
Show all meetings that have audio only recordings
meeting.recordings.recordingType:audio_only
meeting.recordingSetting.accessTypemeeting.recordingSetting.accessType
Search for meetings that have recordings set to a specific access type. Choose values from: Public; Internal; None
Example
Show all meetings that have publicly shared recordings
meeting.recordingSetting.accessType:Public
meeting.recordingSetting.isViewerDownloadablemeeting.recordingSetting.isViewerDownloadable
Search for meetings with recordings that users can download. Choose value from: true; false
Example
Show all meetings with recordings that users can download
meeting.recordingSetting.isViewerDownloadable:true
meeting.recordingSetting.approvalTypemeeting.recordingSetting.approvalType
Search for meetings with recordings of a certain approval type. Choose values from: 0, 1, 2 where 0: Automatically approve the registration when a user registers, 1: Manually approve or deny the registration of the user, 2: No registration required to view the recording
Example
Show all meetings that have recording meeting.type as 0.
meeting.recordings.recordingType:"0"
meeting.recordingSetting.isOnDemandmeeting.recordingSetting.isOnDemand
Search for meetings with recordings that are available on demand. Choose values from: true; false
Example
Show all meetings that are available on demand.
meeting.recordingSetting.isOnDemand:"true"
meeting.accessTypemeeting.accessType
Search for meetings based on their access type. Choose value from: Internal, External.
Example
Show all meetings with access meeting.type Internal
meeting.accessType:Internal