---
title: "Get autopilot status"
method: GET
path: "/autopilot"
---

# Get autopilot status

`GET /autopilot`

Get the autopilot enabled/disabled status for each channel. When autopilot is enabled on a channel, the AI automatically responds to customer messages.

## Response `200`

Default Response

- AutopilotStatusResponseDto
  - `channels` object[], required
    - `channel` string, required — Channel name
    - `autopilot_enabled` boolean, required — Whether the AI autopilot is enabled on this channel
    - `ai_agent_version` 'v1' | 'v2', required — AI agent version used on this channel

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/open/apis/opencx-api.md) · [All operations](https://skmtc.net/open/apis/opencx-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open/opencx-api/versions/57b06b52302d/schema)
