---
title: "Retrieve the server version"
method: GET
path: "/api/software/version/server"
tags: ["software"]
---

# Retrieve the server version

`GET /api/software/version/server`

This function is an API endpoint that retrieves the version of the server. It is tagged with "software" for OpenAPI documentation.

## Returns

If successful, this function returns a `Json<SoftwareVersionResponse>` object containing the version of the server.

## Response `200`

- SoftwareVersionResponse
  - `server` string, nullable
  - `client` string, nullable

---

[API](https://skmtc.net/nesaku/apis/sctgdesk-api-server.md) · [All operations](https://skmtc.net/nesaku/apis/sctgdesk-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nesaku/sctgdesk-api-server/versions/b1c0e7a4434f/schema)
