Home / Search/ Search Your Data/ Example Searches by Provider/Searching Zoom API

Searching Zoom API

Learn how to search Zoom API endpoints.


Cribl Search supports searching Zoom API endpoints. You need a Dataset Provider and a Dataset, see the setup guide for Zoom API for details.

This document provides examples of searching endpoints from the Zoom API. To start, navigate to Search Home, where searches are run.

Examples

The following examples reference a Dataset with the ID myzoom.

This search specifies the Dataset and aggregates the results by timezone.

dataset="myzoom" endpointName="users"
| summarize count () by timezone
Sample Zoom Search: Aggregate by Timezone
Sample Zoom Search: Aggregate by Timezone

This search hits the pastMeetings API endpoints and summarizes the results by topic.

dataset="zoom_cribl1" endpointName="pastMeetings"
| summarize count () by topic
| order by count_desc
Sample Zoom Search: Past Meetings by Topic
Sample Zoom Search: Past Meetings by Topic

Cribl Search comes with rich charting options out of the box, allowing you to adjust Charts as needed.