v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Meetings History

List Video Meetings

Returns the list of user meetings.

get/rcvideo/v1/history/meetings

Query parameters

textstring

Search text

pageTokenstring

Token to get the next page

perPageinteger

Number of records returned

type'All' | 'My' | 'Deleted' | 'Shared'

Specify what kind of meeting should be returned. Possible values: All, My, Deleted, Shared Request type meaning in meeting search: None (not passed) - take meetings only where requested acc/ext is participant OR host OR deputy OR watcher. ALL- access rights of meeting is equal to Alive AND requested acc/ext is in watchers list OR host OR deputy My- access rights of meeting is equal to Alive AND requested acc/ext is host OR deputy Shared - access rights of meeting is equal to Alive AND requested acc/ext is in watcher list AND not HOST Deleted - access rights of meeting is equal to Delete and requested acc/ext is host OR deputy

startTimeinteger

Unix timestamp in milliseconds (inclusive) indicates the start time of meetings which should be included in response

endTimeinteger

Unix timestamp in milliseconds (inclusive) indicates the end time of meetings which should be included in response

Response

Returns meetings list with pagination

Example response

{
  "meetings": [
    {
      "duration": 36
    }
  ]
}