---
title: "获取存储引擎状态"
method: GET
path: "/system/storage-engine-status"
tags: ["系统"]
---

# 获取存储引擎状态

`GET /system/storage-engine-status`

返回 Local、MinIO、COS 各存储引擎的可用状态及说明，供全局设置与知识库选择使用

## Response `200`

OK

- InternalHandlerGetStorageEngineStatusResponse
  - `allowed_providers` string[]
  - `engines` InternalHandlerStorageEngineStatusItem[]
    - `allowed` boolean
    - `available` boolean — whether the engine can be used
    - `description` string — short description for UI
    - `name` string — "local", "minio", "cos", "tos", "s3", "oss", "ks3", "obs"
  - `minio_env_available` boolean

---

[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/revisions/6e297e21afca/schema)
