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

# GET /admin/version/

`GET /admin/version/`

Get running and latest version.

## Response `200`

- Version — Get running and latest version.
  - `version_current` string, required — Get current version
  - `version_latest` string, required — Get latest version from cache
  - `version_latest_valid` boolean, required — Check if latest version is valid
  - `build_hash` string, required — Get build hash, if version is not latest or released
  - `outdated` boolean, required — Check if we're running the latest version
  - `outpost_outdated` boolean, required — Check if any outpost is outdated/has a version mismatch

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
