---
title: "GET /api/v1/channels/live-status"
method: GET
path: "/api/v1/channels/live-status"
tags: ["Channels"]
---

# GET /api/v1/channels/live-status

`GET /api/v1/channels/live-status`

## Response `200`

Live channel and agent status from OpenClaw gateway

- object
  - `gatewayConnected` boolean, required
  - `channels` object[], required
    - `channelType` string, required
    - `channelId` string, required
    - `accountId` string, required
    - `status` 'connected' | 'connecting' | 'disconnected' | 'error' | 'restarting', required
    - `ready` boolean, required
    - `connected` boolean, required
    - `running` boolean, required
    - `configured` boolean, required
    - `lastError` string, nullable, required
  - `agent` object, required
    - `modelId` string, nullable, required
    - `modelName` string, nullable, required
    - `alive` boolean, required

---

[API](https://skmtc.net/nexu-io/apis/nexu-controller-api.md) · [All operations](https://skmtc.net/nexu-io/apis/nexu-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexu-io/nexu-controller-api/versions/ee3237405da6/schema)
