v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Meeting Recordings

List Account Recordings

Returns all account recordings. This endpoint is used in Admin recording service, not regular web

get/rcvideo/v1/account/{accountId}/recordings

Path parameters

accountIdstring required

Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)

Query parameters

pageTokenstring

Token to get the next page

perPageinteger

Number of records returned

Response

Ok

Example response

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