---
title: "List Configs"
method: GET
path: "/gateway/settings/configs"
---

# List Configs

`GET /gateway/settings/configs`

## Response `200`

Successful Response

- ConfigProfileOut[]
  - `id` string, uuid, required — A unique ID for the request (not the message). Repeated identical requests get different IDs. However, for a streaming response, the ID will be the same for all responses in the stream.
  - `workspace_id` string, uuid, required
  - `config_id` string, required
  - `name` string, required
  - `description` string
  - `overrides` object, required
  - `enabled` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Changes

- **2026-07-26** `bd108fd11dbc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ai21/apis/ai21-studio-api/changes/gateway/settings/configs/get.md)

---

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