Get Meeting Recording's Analytics Summary

GET {{baseUrl}}/meetings/:meetingId/recordings/analytics_summary?from=<date>&to=<date>

Use this API to return a meeting recording's analytics summary . Maximum duration: 1 Month . To access a password-protected cloud recording, send the user's OAuth access token as a Bearer token in the Authorization header. For example,

curl -H &quot;Authorization: Bearer &lt;ACCESS_TOKEN&gt;&quot; https://{{base-domain}}/rec/archive/download/xyz

Scopes: recording:read:admin , recording:read

Rate Limit Label : Medium

Request Params

| Key | Datatype | Required | Description | | from | string | | The start date for the monthly range to query. The maximum range can be a month. If you do not provide this value, this defaults to the current date. | | to | string | | The end date for the monthly range to query. The maximum range can be a month. |

HEADERS

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

RESPONSES

status: OK

{&quot;from&quot;:&quot;\u003cdate\u003e&quot;,&quot;to&quot;:&quot;\u003cdate\u003e&quot;,&quot;analytics_summary&quot;:[{&quot;date&quot;:&quot;\u003cstring\u003e&quot;,&quot;views_total_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;downloads_total_count&quot;:&quot;\u003cinteger\u003e&quot;},{&quot;date&quot;:&quot;\u003cstring\u003e&quot;,&quot;views_total_count&quot;:&quot;\u003cinteger\u003e&quot;,&quot;downloads_total_count&quot;:&quot;\u003cinteger\u003e&quot;}]}