---
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.

- GetVersion200Response
  - `version` string — The version of Ory Hydra.

---

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