---
title: "Get gateway control status"
method: GET
path: "/api/gateways/control"
tags: ["Agents"]
---

# Get gateway control status

`GET /api/gateways/control`

## Response `200`

Gateway status list

- object
  - `gateways` object[]
    - `type` 'hermes' | 'openclaw'
    - `name` string
    - `installed` boolean
    - `running` boolean
    - `port` integer
    - `pid` integer, nullable
    - `version` string, nullable
    - `error` string

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
