---
title: "Get version information"
method: GET
path: "/version"
tags: ["version"]
---

# Get version information

`GET /version`

Returns the server version, supported Admin API versions, and the advertised ingress endpoint.

## Response `200`

Server version information including supported API versions and ingress endpoint.

- VersionInformation — Admin API version information
  - `features` object, required — # Restate experimental features List experimental features with their enabled state.
  - `ingress_endpoint` string — An externally accessible URI address for http-ingress-server. This can be set to unix:restate-data/ingress.sock to advertise the automatically created unix-socket instead of using tcp if needed
  - `max_admin_api_version` integer, required — # Max admin API version Maximum supported admin API version by the admin server
  - `min_admin_api_version` integer, required — # Min admin API version Minimum supported admin API version by the admin server
  - `version` string, required — # Admin server version Version of the admin server

## Changes

> 8 revisions in range; 1 could not be searched.

- **2026-06-19** `7381abc4d9a3` — 1 info
  - added the required property `features` to the response with the `200` status
- **2026-01-30** `059a44500a5c` — 5 breaking
  - the response property `ingress_endpoint` became optional for the status `200`
  - added `#/components/schemas/AdvertisedAddress-http-ingress-server_HttpIngressPort, subschema #1` to the `ingress_endpoint` response property `oneOf` list for the response status `200`
  - the `ingress_endpoint` response's property type/format changed from `string`/`uri` to ``/`` for status `200`
  - the `max_admin_api_version` response's property type/format changed from `integer`/`uint16` to `integer`/`int32` for status `200`
  - …1 more

[Change history](https://skmtc.dev/restatedev/apis/admin-api/changes/version/get.md)

---

[API](https://skmtc.dev/restatedev/apis/admin-api.md) · [All operations](https://skmtc.dev/restatedev/apis/admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/restatedev/admin-api/revisions/5361f4818c71/schema)
