---
title: "Get IVR Menu list"
method: GET
path: "/restapi/v1.0/account/{accountId}/ivr-menus"
tags: ["IVR"]
---

# Get IVR Menu list

`GET /restapi/v1.0/account/{accountId}/ivr-menus`

Returns a company IVR menus.

## Path parameters

- `accountId` string, required

## Response `200`

OK

- IVRMenuList
  - `uri` string, uri — Link to an IVR Menu list
  - `records` IVRMenuListInfo[] — List of ivr menus
    - `id` string — Internal identifier of an IVR Menu extension
    - `uri` string, uri — Link to an IVR Menu extension resource
    - `name` string — First name of an IVR Menu user
    - `extensionNumber` string — Number of an IVR Menu extension

## Other responses

- `404` — General response with **HTTP 404 "Not found"** status.<br> Reasons: the entity with given ID (typically specified in a path parameter), is not found or inaccessible
- `500` — General response with **HTTP 500 "Internal Server Error"** status.<br> Reasons: general server-side error.
- `503` — General response with **HTTP 503 "Service not available"** status.<br> Reasons: server cannot process the request because of being overloaded, misconfiguration or other issues.

---

[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/revisions/8d602198ec97/schema)
