---
title: "List available chat config files"
method: GET
path: "/api/v1/configs"
tags: ["Open API"]
---

# List available chat config files

`GET /api/v1/configs`

Returns all available AstrBot config files that can be selected by Chat API using config_id/config_name.

## Response `200`

OK

- ApiResponseChatConfigList
  - `status` string
  - `message` string, nullable
  - `data` object
    - `configs` ChatConfigFile[]
      - `id` string, required
      - `name` string, required
      - `path` string, required
      - `is_default` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-03-09** `3d43cee2622a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/astrbotdevs/apis/astrbot-openapi-v1/changes/api/v1/configs/get.md)

---

[API](https://skmtc.dev/astrbotdevs/apis/astrbot-openapi-v1.md) · [All operations](https://skmtc.dev/astrbotdevs/apis/astrbot-openapi-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/astrbotdevs/astrbot-openapi-v1/revisions/3d43cee2622a/schema)
