---
title: "List Outbound Call Configs"
method: GET
path: "/api/v1/workflow-configs/{workflow_config_id}/outbound-configs"
tags: ["workflow-configs"]
---

# List Outbound Call Configs

`GET /api/v1/workflow-configs/{workflow_config_id}/outbound-configs`

List all outbound call configurations for a workflow.

## Path parameters

- `workflow_config_id` string, uuid, required

## Response `200`

Successful Response

- WorkflowOutboundCallConfigRead[]
  - `id` string, uuid, required
  - `routing_key` string, required
  - `routing_values` object, required — Mapping of routing key values to routing destinations. New structure (recommended): { "90210": [ {"destination_phone_number": "+15551234567", "retries": 3, "order": 1}, {"destination_phone_number": "+15559876543", "retries": 2, "order": 2} ] } Legacy structure (still supported): { "90210": "+15551234567" }
  - `voice_call_workflow_id` string, uuid, required
  - `outbound_agent` string, uuid, required
  - `tenant_id` string, uuid, required

## Other responses

- `422` — Validation Error

## Changes

- **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/api/v1/workflow-configs/:workflow_config_id/outbound-configs/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-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/38166468bfc5/schema)
