---
title: "get system info"
method: GET
path: "/system/info"
tags: ["platform"]
---

# get system info

`GET /system/info`

get system info

## Query parameters

- `withVersionDetail` boolean

## Response `200`

OK

- object
  - `code` integer
  - `data` object
    - `currentVersion` StructsSystemVersionInfo
      - `desc` string
      - `releaseNote` string
      - `versionID` string
    - `info` StructsSystemInfo
      - `currentVersionID` string
      - `lastVersionID` string
      - `state` string
      - `systemLogo` string
      - `systemName` string
    - `lastVersion` StructsSystemVersionInfo
      - `desc` string
      - `releaseNote` string
      - `versionID` string
  - `message` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/pingcap/apis/em-ui-api.md) · [All operations](https://skmtc.dev/pingcap/apis/em-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pingcap/em-ui-api/revisions/e9e75c7c2edb/schema)
