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

# Get service version

`GET /version`

This endpoint returns the service version typically notated using semantic versioning.

If the service supports TLS Edge Termination, this endpoint does not require the
`X-Forwarded-Proto` header to be set.

Be aware that if you are running multiple nodes of this service, the health status will never
refer to the cluster state, only to a single instance.

## Response `200`

version

- Version
  - `version` string — Version is the service's version.

## Changes

- **2023-02-07** `dd7de2fe4d2d` — 2 info
  - api tag `version` added
  - api tag `api` removed

[Change history](https://skmtc.dev/ory/apis/ory-oathkeeper/changes/version/get.md)

---

[API](https://skmtc.dev/ory/apis/ory-oathkeeper.md) · [All operations](https://skmtc.dev/ory/apis/ory-oathkeeper/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ory/ory-oathkeeper/revisions/dd7de2fe4d2d/schema)
