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

# Get version

`GET /v1/version`

Returns version information for this Control Plane server.

## Response `200`

OK response.

- VersionInfo
  - `arch` string, required — The CPU architecture of the API server.
  - `revision` string, required — The VCS revision of the API server.
  - `revision_time` string, date-time, required — The timestamp associated with the revision.
  - `version` string, required — The version of the API server.

## Other responses

- `500` — Internal Server Error response.
- `default` — Unexpected error response

---

[API](https://skmtc.net/pgedge/apis/pgedge-control-plane-v1-api.md) · [All operations](https://skmtc.net/pgedge/apis/pgedge-control-plane-v1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pgedge/pgedge-control-plane-v1-api/versions/29a68546f34c/schema)
