---
title: "GET /version"
method: GET
path: "/version"
---

# GET /version

`GET /version`

Returns the version object for the service, including db schema version info

## Response `200`

Version object describing version state

- ServiceVersion — Version information for a service
  - `service` object
    - `version` string — Semantic Version string of the service implementation
  - `api` object — Api Version string
    - `version` string — Semantic version of the api
  - `db` object
    - `schema_version` string — Semantic version of the db schema

## Changes

- **2020-04-14** `ed83309ed04d` — 1 info
  - api operation id `version_noop` removed and replaced with `version_check`
- **2020-03-17** `001d1fd95836` — 1 info
  - api operation id `version_check` removed and replaced with `version_noop`

[Change history](https://skmtc.dev/anchore/apis/anchore-engine-api-server/changes/version/get.md)

---

[API](https://skmtc.dev/anchore/apis/anchore-engine-api-server.md) · [All operations](https://skmtc.dev/anchore/apis/anchore-engine-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/anchore/anchore-engine-api-server/revisions/afb4f60ab44a/schema)
