---
title: "获取AI智能中心管理视图"
method: GET
path: "/v1/ai_hub/management_view"
tags: ["ai_hub"]
---

# 获取AI智能中心管理视图

`GET /v1/ai_hub/management_view`

返回按模块分组的分析数据（模块类型、项目组投入产出分析、Top问题分布）

## Response `200`

OK

- V1GetAIHubManagementViewResp
  - `code` integer
  - `data` V1AIHubManagementViewData
    - `modules` V1AIModuleAnalysis[] — 按模块分组的分析数据
      - `ai_module_type` 'smart_correction' | 'performance_engine' — AI模块类型
      - `project_io_analysis` V1ProjectIOAnalysis[] — 项目组投入产出分析
        - `active_members` integer — 活跃人数
        - `health_score` number — 健康分
        - `invoke_count` integer — 调用频次
        - `performance_gain` string — 性能提升
        - `project_name` string — 项目名称
        - `time_saved` number — 节省工时
      - `top_problem_distribution` V1TopProblemDistribution[] — Top问题分布
        - `percentage` number — 占比
        - `problem_type` string — 问题类型
  - `message` string

## Changes

- **2026-03-05** `9a0f5d9bf5fd` — 1 info
  - endpoint added
- **2026-02-26** `2fcd2f7459b5` — 1 breaking
  - api path removed without deprecation
- **2026-02-24** `c3b7acfa6046` — 1 info
  - endpoint added
- **2025-06-24** `ea902136997f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/actiontech/apis/sqle-api-docs/changes/v1/ai_hub/management_view/get.md)

---

[API](https://skmtc.dev/actiontech/apis/sqle-api-docs.md) · [All operations](https://skmtc.dev/actiontech/apis/sqle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/actiontech/sqle-api-docs/revisions/3e36a0067703/schema)
