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

# Version

`GET /version`

Returns the current deploy version, build commit, start time, and uptime. Free, no authentication required. SDK clients can call this on boot to diagnose unexpected behaviour: `build_commit` uniquely identifies the deploy.

## Response `200`

Current deploy metadata

- object
  - `ok` boolean
  - `data` object
    - `version` string
    - `build_commit` string
    - `started_at` string
    - `uptime_seconds` number
    - `docs_url` string

---

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