---
title: "List Voice Agents Lightweight"
method: GET
path: "/voice_agents/voice-agents-lightweight"
tags: ["voice_agents"]
---

# List Voice Agents Lightweight

`GET /voice_agents/voice-agents-lightweight`

Lightweight list endpoint that returns basic agent data without graph enrichment.

Use this for sidebar/navigation where full assistant graphs are not needed.

## 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

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/7a2c09378911?raw)
