Logo
Zoom Public API Documentation

List conversations

GET {{baseUrl}}/iq/conversations?host_id=<string>&participant_id=<string>&team_id=<string>&deal_id=<string>&period_type=meetingStartTime&from=<string>&to=<string>&conversation_type=all&callout_type=engagingQuestions&indicator_id=<string>&mentioned_topic_id=<string>&scored=<boolean>&page_size=30&next_page_token=<string>

List all conversations.

Scopes: iq_conversation:read:admin,iq_conversation:read

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 
host_id
string The host user ID to query.
participant_id
string The internal participant ID to query.
team_id
string The Zoom specific team ID to query.
deal_id
string The Zoom specific deal ID to query.
period_type
string The type of period to query: * `meetingStartTime` &mdash; Queries conversations with meeting_start_time in the time period between the From and To parameters. * `iqProcessedTime` &mdash; Queries conversations with iq_processed_time in the time period between the From and To parameters.
from
string The start date in `yyyy-MM-dd'T'HH:mm:ss'Z'` format.
to
string The end date in `yyyy-MM-dd'T'HH:mm:ss'Z'` format.
Curl
curl -X GET 'https://api.zoom.us/v2/iq/conversations?host_id=<string>&participant_id=<string>&team_id=<string>&deal_id=<string>&period_type=meetingStartTime&from=<string>&to=<string>&conversation_type=all&callout_type=engagingQuestions&indicator_id=<string>&mentioned_topic_id=<string>&scored=<boolean>&page_size=30&next_page_token=<string>?host_id=<string>&participant_id=<string>&team_id=<string>&deal_id=<string>&period_type=meetingStartTime&from=<string>&to=<string>&conversation_type=all&callout_type=engagingQuestions&indicator_id=<string>&mentioned_topic_id=<string>&scored=<boolean>&page_size=30&next_page_token=<string>' -H 'Accept: application/json'

ENDPOINTS