Get meeting reports
GET {{baseUrl}}/report/users/:userId/meetings?from=<date>&to=<date>&page_size=30&next_page_token=<string>&type=past
Retrieve report on past meetings and webinars for a specified time period. The time range for the report is limited to a month and the month must fall within the past six months.
Meetings and webinars are returned only if they have two or more unique participants.
Prerequisites:
- Pro or higher plan.
Scopes:
report:read:admin
Rate Limit Label
:
Heavy
Request Params
| Key | Datatype | Required | Description |
| from
| string | | (Required) Start date in 'yyyy-mm-dd' format. The date range defined by the "from" and "to" 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. |
| type
| string | | The meeting type to query for:
past
— All past meetings.pastOne
— A single past user meeting.pastJoined
— All past meetings the account's users hosted or joined. |
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | |
RESPONSES
status: OK
{"next_page_token":"\u003cstring\u003e","page_count":"\u003cinteger\u003e","page_number":1,"page_size":30,"total_records":"\u003cinteger\u003e","from":"\u003cdate\u003e","meetings":[{"custom_keys":[{"key":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"key":"\u003cstring\u003e","value":"\u003cstring\u003e"}],"duration":"\u003cinteger\u003e","end_time":"\u003cdateTime\u003e","id":"\u003cinteger\u003e","participants_count":"\u003cinteger\u003e","session_key":"\u003cstring\u003e","source":"\u003cstring\u003e","start_time":"\u003cdateTime\u003e","topic":"\u003cstring\u003e","total_minutes":"\u003cinteger\u003e","type":4,"user_email":"\u003cemail\u003e","user_name":"\u003cstring\u003e","uuid":"\u003cstring\u003e","schedule_time":"\u003cstring\u003e","join_waiting_room_time":"\u003cstring\u003e","join_time":"\u003cstring\u003e","leave_time":"\u003cstring\u003e","host_organization":"\u003cstring\u003e","host_name":"\u003cstring\u003e","has_screen_share":"\u003cboolean\u003e","has_recording":"\u003cboolean\u003e","has_chat":"\u003cboolean\u003e","meeting_encryption_status":2,"participants_count_my_account":"\u003cinteger\u003e"},{"custom_keys":[{"key":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"key":"\u003cstring\u003e","value":"\u003cstring\u003e"}],"duration":"\u003cinteger\u003e","end_time":"\u003cdateTime\u003e","id":"\u003cinteger\u003e","participants_count":"\u003cinteger\u003e","session_key":"\u003cstring\u003e","source":"\u003cstring\u003e","start_time":"\u003cdateTime\u003e","topic":"\u003cstring\u003e","total_minutes":"\u003cinteger\u003e","type":1,"user_email":"\u003cemail\u003e","user_name":"\u003cstring\u003e","uuid":"\u003cstring\u003e","schedule_time":"\u003cstring\u003e","join_waiting_room_time":"\u003cstring\u003e","join_time":"\u003cstring\u003e","leave_time":"\u003cstring\u003e","host_organization":"\u003cstring\u003e","host_name":"\u003cstring\u003e","has_screen_share":"\u003cboolean\u003e","has_recording":"\u003cboolean\u003e","has_chat":"\u003cboolean\u003e","meeting_encryption_status":2,"participants_count_my_account":"\u003cinteger\u003e"}],"to":"\u003cdate\u003e"}