---
title: "List Account Meeting Recordings"
method: GET
path: "/restapi/v1.0/account/{accountId}/meeting-recordings"
tags: ["RCM Meetings (Legacy)"]
deprecated: true
---

# List Account Meeting Recordings

`GET /restapi/v1.0/account/{accountId}/meeting-recordings`

> **Deprecated.**

Returns the list of meeting recordings for the current account.

## Path parameters

- `accountId` string, required

## Query parameters

- `meetingId` string
- `meetingStartTimeFrom` string, date-time
- `meetingStartTimeTo` string, date-time
- `page` integer
- `perPage` integer

## Response `200`

OK

- ListMeetingRecordingsResponse
  - `records` MeetingRecordings[]
    - `meeting` MeetingInfo
      - `uuid` string — Unique identifier of a meeting instance
      - `id` string
      - `topic` string
      - `startTime` string, date-time
    - `recordings` MeetingRecordingInfo[]
      - `uuid` string — Unique identifier of a meeting instance
      - `id` string
      - `contentDownloadUri` string, uri — Link for downloading the recorded file (mp4, mp3 audio and text/plain chat file)
      - `contentType` 'video/mp4' | 'audio/m4a' | 'text/vtt'
      - `size` integer
      - `startTime` string, date-time — Starting time of a recording
      - `endTime` string, date-time — Ending time of a recording
      - `status` 'Completed' | 'Processing'
  - `paging` MeetingRecordingsPagingInfo
    - `page` integer — The current page number. 1-indexed, so the first page is 1 by default. May be omitted if result is empty (because non-existent page was specified or perPage=0 was requested)
    - `perPage` integer — Current page size, describes how many items are in each page. Default value is 100. Maximum value is 1000. If perPage value in the request is greater than 1000, the maximum value (1000) is applied
    - `pageStart` integer — The zero-based number of the first element on the current page. Omitted if the page is omitted or result is empty
    - `pageEnd` integer — The zero-based index of the last element on the current page. Omitted if the page is omitted or result is empty
    - `totalPages` integer — The total number of pages in a dataset. May be omitted for some resources due to performance reasons
    - `totalElements` integer — The total number of elements in a dataset. May be omitted for some resource due to performance reasons
  - `navigation` MeetingRecordingsNavigationInfo
    - `firstPage` MeetingRecordingsNavigationInfoUri — Canonical URI for the corresponding page of the list
      - `uri` string, uri
    - `nextPage` MeetingRecordingsNavigationInfoUri — Canonical URI for the corresponding page of the list
      - `uri` string, uri
    - `previousPage` MeetingRecordingsNavigationInfoUri — Canonical URI for the corresponding page of the list
      - `uri` string, uri
    - `lastPage` MeetingRecordingsNavigationInfoUri — Canonical URI for the corresponding page of the list
      - `uri` string, uri

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/versions/8d602198ec97/schema)
