---
title: "GET /api/v1/channels/{channelId}/readiness"
method: GET
path: "/api/v1/channels/{channelId}/readiness"
tags: ["Channels"]
---

# GET /api/v1/channels/{channelId}/readiness

`GET /api/v1/channels/{channelId}/readiness`

## Path parameters

- `channelId` string, required

## Response `200`

Channel readiness status from OpenClaw gateway

- object
  - `ready` boolean, required
  - `connected` boolean, required
  - `running` boolean, required
  - `configured` boolean, required
  - `lastError` string, nullable, required
  - `gatewayConnected` boolean, required

## Other responses

- `404` — Channel not found

---

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