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
.
User API Search
This search specifies the Dataset and aggregates the results by timezone.
dataset="myzoom" endpointName="users"
| summarize count () by timezone

Meeting API Search
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

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