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

# Get Gateway Status

`POST /status/gateway-status`

Returns the Gateway API version and current ledger state.

## Response `200`

Network Gateway Information

- GatewayStatusResponse
  - `ledger_state` LedgerState, required — The ledger state against which the response was generated. Can be used to detect if the Network Gateway is returning up-to-date information.
    - `network` string, required — The logical name of the network
    - `state_version` integer, required — The state version of the ledger. Each transaction increments the state version by 1.
    - `proposer_round_timestamp` string, required — The proposer round timestamp of the consensus round when this transaction was committed to ledger. This is not guaranteed to be strictly increasing, as it is computed as an average across the validator set. If this is significantly behind the current timestamp, the Network Gateway is likely reporting out-dated information, or the network has stalled.
    - `epoch` integer, required — The epoch number of the ledger at this state version.
    - `round` integer, required — The consensus round in the epoch that this state version was committed in.
  - `release_info` GatewayInfoResponseReleaseInfo, required
    - `release_version` string, required — The release that is currently deployed to the Gateway API.
    - `open_api_schema_version` string, required — The Open API Schema version that was used to generate the API models.
    - `image_tag` string, required — Image tag that is currently deployed to the Gateway API.

---

[API](https://skmtc.net/radixdlt/apis/radix-gateway-api-babylon.md) · [All operations](https://skmtc.net/radixdlt/apis/radix-gateway-api-babylon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/radixdlt/radix-gateway-api-babylon/versions/153aecf74342/schema)
