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

---

[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)
