---
title: "List Phone Assignments"
method: GET
path: "/api/v1/admin/livekit/phone-assignments"
tags: ["livekit-phone-admin"]
---

# List Phone Assignments

`GET /api/v1/admin/livekit/phone-assignments`

List all LiveKit phone number assignments.

Optionally filter by tenant_id.

## Query parameters

- `tenant_id` string, uuid, nullable

## Response `200`

Successful Response

- PhoneAssignmentRead[]
  - `phone_number` string, required
  - `tenant_id` string, uuid, nullable, required
  - `voice_agent_id` string, uuid, nullable, required
  - `dispatch_rule_id` string, nullable, required
  - `voice_platform` string, nullable, required

## Other responses

- `422` — Validation Error

---

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