v7

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-07355390.1 KB
version

Get version information

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

get/version

Response

Server version information including supported API versions and ingress endpoint.

featuresobject required

Restate experimental features

List experimental features with their enabled state.

ingress_endpointstring

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

Max admin API version

Maximum supported admin API version by the admin server

min_admin_api_versioninteger required

Min admin API version

Minimum supported admin API version by the admin server

versionstring required

Admin server version

Version of the admin server

Example response

{
  "ingress_endpoint": "http//127.0.0.1:8080/"
}