---
title: "获取系统信息"
method: GET
path: "/system/info"
tags: ["系统"]
---

# 获取系统信息

`GET /system/info`

获取系统版本、构建信息和引擎配置

## Response `200`

系统信息

- InternalHandlerGetSystemInfoResponse
  - `build_time` string
  - `commit_id` string
  - `db_migration_error` string — DBMigrationError carries the human-readable error message recorded when the most recent startup migration attempt failed. Empty when migrations succeeded; non-empty values let the frontend surface a troubleshooting banner instead of silently hiding the DB version row (see issue #1319).
  - `db_version` string
  - `edition` string
  - `go_version` string
  - `graph_database_engine` string
  - `keyword_index_engine` string
  - `minio_enabled` boolean
  - `started_at` string — StartedAt is the server process boot time (RFC3339, UTC).
  - `uptime_seconds` integer — UptimeSeconds is seconds elapsed since process start.
  - `vector_store_engine` string
  - `version` string

---

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