---
title: "List Outbound Batch Items Api"
method: GET
path: "/outbound/voice-agents/outbound-batch-items"
tags: ["outbound"]
---

# List Outbound Batch Items Api

`GET /outbound/voice-agents/outbound-batch-items`

List outbound batch items with enrichment.

Optional filter by voice_agent_id to get items for a specific agent.
Returns items grouped by voice agent with their corresponding outbound configs.
DNC filtering is handled client-side for display purposes.

## Query parameters

- `voice_agent_id` string, uuid, nullable

## Response `200`

Successful Response

- VoiceAgentOutboundBatchItemsListResponse — Response for listing outbound batch items grouped by voice agent.
  - `voice_agent_id_to_outbound_config_enriched` object, required
  - `voice_agent_id_to_batch_items` object, required
  - `outbound_run_by_id` object, required

## Other responses

- `422` — Validation Error

## Changes

> 17 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/outbound/voice-agents/outbound-batch-items/get.md)

---

[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/94579f820778?raw)
