---
title: "Probe gateway health"
method: POST
path: "/api/gateways/health"
tags: ["Admin"]
---

# Probe gateway health

`POST /api/gateways/health`

## Request body

- object
  - `gateway_id` integer

## Response `200`

Health check results

- object
  - `healthy` boolean
  - `latency_ms` number
  - `details` object

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