---
title: "Get Gateway Status"
method: GET
path: "/gateway/status"
tags: ["Gateway"]
---

# Get Gateway Status

`GET /gateway/status`

Get Gateway container status.

## Response `200`

Successful Response

- GatewayStatus — Status information for Gateway instance
  - `running` boolean, required — Whether Gateway container is running
  - `container_id` string, nullable — Container ID if running
  - `image` string, nullable — Image used for the container
  - `created_at` string, nullable — Container creation timestamp
  - `port` integer, nullable — Port Gateway is running on

---

[API](https://skmtc.net/hummingbot/apis/hummingbot-api.md) · [All operations](https://skmtc.net/hummingbot/apis/hummingbot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hummingbot/hummingbot-api/revisions/5347fe79537f/schema)
