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

# Get Pouchd version

`GET /version`

## Response `200`

no error

- SystemVersion
  - `Version` string — version of Pouch Daemon
  - `ApiVersion` string — Api Version held by daemon
  - `GitCommit` string — Commit ID held by the latest commit operation
  - `GoVersion` string — version of Go runtime
  - `Os` string — Operating system type of underlying system
  - `Arch` string — Arch type of underlying hardware
  - `KernelVersion` string — Operating system kernel version
  - `BuildTime` string — The time when this binary of daemon is built

## Other responses

- `500` — An unexpected server error occurred.

---

[API](https://skmtc.net/aliyun/apis/pouch-engine-api.md) · [All operations](https://skmtc.net/aliyun/apis/pouch-engine-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aliyun/pouch-engine-api/versions/36d75b2825fc/schema)
