---
title: "Return Running Software Version."
method: GET
path: "/version"
tags: ["metadata"]
---

# Return Running Software Version.

`GET /version`

This endpoint returns the version of Ory Hydra.

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 version will never
refer to the cluster state, only to a single instance.

## Response `200`

Returns the Ory Hydra version.

- InlineResponse2001
  - `version` string, required — The version of Ory Hydra.

## Changes

- **2022-02-16** `82d233540486` — 1 info
  - the response property `version` became required for the status `200`

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

---

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