---
title: "Get Conversational Automation"
method: GET
path: "/conversational_automation"
tags: ["Conversational Components"]
---

# Get Conversational Automation

`GET /conversational_automation`

Retrieve conversational automation fields and configuration for a phone number.

## Response `200`

Conversational automation retrieved successfully

- ConversationalComponentsGetConversationalAutomationResponse — Response payload containing conversational automation configuration for a phone number
  - `conversational_automation` ConversationalComponentsConversationalAutomation
    - `commands` ConversationalComponentsCommand[]
      - `command_description` string
      - `command_name` string
    - `enable_welcome_message` boolean
    - `id` string
    - `prompts` string[]
  - `id` string

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/360dialog/apis/messaging-api.md) · [All operations](https://skmtc.dev/360dialog/apis/messaging-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/360dialog/messaging-api/revisions/74b31f9f8610/schema)
