Get chat metrics

GET {{baseUrl}}/metrics/chat?from=<date>&to=<date>&page_size=30&next_page_token=<string>

Get metrics for how users are utilizing Zoom Chat to send messages.

Use the from and to query parameters to specify a monthly date range for the dashboard data. The monthly date range must be within the last six months.

> Note: To query chat metrics from July 1, 2021 and later, use this endpoint instead of the Get IM metrics API.

Prerequisites:

  • Business or a higher plan

Scopes: dashboard_im:read:admin , dashboard:read:admin

Rate Limit Label : Resource-intensive

Request Params

| Key | Datatype | Required | Description | | from | string | | (Required) Start date in 'yyyy-mm-dd' format. The date range defined by the &quot;from&quot; and &quot;to&quot; parameters should only be one month as the report includes only one month worth of data at once. | | to | string | | (Required) End date. | | page_size | number | | The number of records returned within a single API call. | | next_page_token | string | | Use the next page token to paginate through large result sets. A next page token is returned whenever the set of available results exceeds the current page size. This token's expiration period is 15 minutes. |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{&quot;from&quot;:&quot;\u003cdate\u003e&quot;,&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:30,&quot;to&quot;:&quot;\u003cdate\u003e&quot;,&quot;users&quot;:[{&quot;audio_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;code_sippet_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;email&quot;:&quot;\u003cemail\u003e&quot;,&quot;files_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;giphys_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;group_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;images_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;p2p_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;text_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;total_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;user_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;user_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;video_sent&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;audio_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;code_sippet_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;email&quot;:&quot;\u003cemail\u003e&quot;,&quot;files_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;giphys_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;group_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;images_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;p2p_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;text_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;total_sent&quot;:&quot;\u003cinteger\u003e&quot;,&quot;user_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;user_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;video_sent&quot;:&quot;\u003cinteger\u003e&quot;}]}