---
title: "List conferences"
method: GET
path: "/api/v1/Account/{auth_id}/Conference/"
tags: ["Conferences"]
---

# List conferences

`GET /api/v1/Account/{auth_id}/Conference/`

Retrieve all active conference rooms on the account.

## Path parameters

- `auth_id` string, required

## Response `200`

List of conferences

- object
  - `api_id` string, required
  - `conferences` unknown[], required
    - unknown

---

[API](https://skmtc.dev/vobiz/apis/vobiz-api.md) · [All operations](https://skmtc.dev/vobiz/apis/vobiz-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vobiz/vobiz-api/revisions/863f08cd6737/schema)
