---
title: "List Voice Agents For Tenant"
method: GET
path: "/api/v1/admin/voice-agents"
tags: ["voice_agents_admin"]
---

# List Voice Agents For Tenant

`GET /api/v1/admin/voice-agents`

List all voice agents for a specific tenant (super-admin only).

## Query parameters

- `tenant_id` string, uuid, required

## Response `200`

Successful Response

- VoiceAgentRead[]
  - `id` string, uuid, required
  - `external_id` string, required
  - `share_token` string, required
  - `name` string, required
  - `lead_id` string, uuid, nullable
  - `type` 'ASSISTANT' — Agent categories inside Cleon.
  - `metadata_json` object, nullable
  - `voice_platform` 'livekit', nullable
  - `active_version_id` string, uuid, nullable
  - `bluejay_agent_external_id` string, nullable
  - `tenant_id` string, uuid, required
  - `voice_agent_group_id` string, uuid, nullable

## 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/c0f54348e251/schema)
