Get meeting details
GET {{baseUrl}}/metrics/meetings/:meetingId?type=live
Get details on live or past meetings. This overview will show if features such as audio, video, screen sharing, and recording were being used in the meeting. You can also see the license types of each user on your account.
You can specify a monthly date range for the dashboard data using the from
and to
query parameters. The month should fall within the last six months.
Prerequisites:
- Business or a higher plan.
Scopes: dashboard_meetings:read:admin
,dashboard:read:admin
Rate Limit Label: HEAVY
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
type | string | The type of meeting to query: |
past
— All past meetings.pastOne
— All past one-user meetings.live
- All live meetings.
This value defaults to live
. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"host":"\u003cstring\u003e","custom_keys":[{"key":"\u003cstring\u003e","value":"\u003cstring\u003e"},{"key":"\u003cstring\u003e","value":"\u003cstring\u003e"}],"dept":"\u003cstring\u003e","duration":"\u003cstring\u003e","email":"\u003cstring\u003e","end_time":"\u003cdateTime\u003e","has_3rd_party_audio":"\u003cboolean\u003e","has_archiving":"\u003cboolean\u003e","has_pstn":"\u003cboolean\u003e","has_recording":"\u003cboolean\u003e","has_screen_share":"\u003cboolean\u003e","has_sip":"\u003cboolean\u003e","has_video":"\u003cboolean\u003e","has_voip":"\u003cboolean\u003e","has_manual_captions":"\u003cboolean\u003e","has_automated_captions":"\u003cboolean\u003e","id":"\u003clong\u003e","in_room_participants":"\u003cinteger\u003e","participants":"\u003cinteger\u003e","start_time":"\u003cdateTime\u003e","topic":"\u003cstring\u003e","user_type":"\u003cstring\u003e","uuid":"\u003cstring\u003e","has_meeting_summary":"\u003cboolean\u003e"}