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

## Changes

> 27 revisions in range; 2 could not be searched.

- **2026-04-14** `a1cceb2359a8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/gateways/control/get.md)

---

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