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

# 获取系统信息

`GET /api/v1/system/info`

获取 LangBot 实例的版本、版本类型等基本信息。此接口无需认证。

## Response `200`

成功

- object
  - `code` integer
  - `data` object
    - `version` string
    - `debug` boolean
    - `edition` string
    - `enable_marketplace` boolean
    - `cloud_service_url` string
    - `allow_modify_login_info` boolean
    - `disable_models_service` boolean
    - `limitation` object
    - `wizard_status` 'none' | 'skipped' | 'completed'
    - `wizard_progress` object, nullable

---

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