---
title: "Version Info"
method: GET
path: "/version"
tags: ["system"]
---

# Version Info

`GET /version`

## Response `200`

Successful Response

- VersionInfo — Build identity reported by GET /version.
  - `version` string, required — Package version (PEP 440), e.g. '0.1.5'.
  - `branch` string, nullable, required — Git branch the image was built from; null when unstamped.
  - `revision` string, nullable, required — Short commit SHA the image was built from; null when unstamped.
  - `build` string, required — Fully formatted descriptor '<version>@<branch>:<sha>', degrading to '<version>' when unstamped.

---

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