---
title: "List Workflow Configs"
method: GET
path: "/api/v1/workflow-configs/"
tags: ["workflow-configs"]
---

# List Workflow Configs

`GET /api/v1/workflow-configs/`

List all workflow configurations.

## Response `200`

Successful Response

- VoiceCallWorkflowConfigReadEnriched[]
  - `id` string, uuid, required
  - `intent_name` string, required
  - `intent_description` string, nullable
  - `parameters` WorkflowParameter[]
    - `name` string, required
    - `type` 'string' | 'number' | 'boolean' | 'array' | 'object', required
    - `description` string, nullable
    - `required` boolean
  - `voice_agent_id` string, uuid, required
  - `tenant_id` string, uuid, required
  - `outbound_configs` 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

---

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