---
title: "查询命名空间下的配置列表"
method: GET
path: "/v3/console/cs/history/configs"
tags: ["Nacos控制台配置历史相关API"]
---

# 查询命名空间下的配置列表

`GET /v3/console/cs/history/configs`

通过该接口，可以查询命名空间下的配置列表，仅查询`dataId`和`groupName`，用于配置历史UI的下拉选择。

## Response `200`

OK

- ResultListConfigBasicInfo
  - `code` integer
  - `message` string
  - `data` object[]
    - `id` integer
    - `namespaceId` string
    - `groupName` string
    - `dataId` string
    - `md5` string
    - `type` string
    - `appName` string
    - `createTime` integer
    - `modifyTime` integer

---

[API](https://skmtc.net/nacos/apis/nacos-api.md) · [All operations](https://skmtc.net/nacos/apis/nacos-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nacos/nacos-api/revisions/215ef0377c96/schema)
