---
title: "List config entries with optional filters"
method: GET
path: "/api/config"
tags: ["Config"]
---

# List config entries with optional filters

`GET /api/config`

## Query parameters

- `scope` string
- `scopeId` string
- `includeSecrets` 'true' | 'false'

## Response `200`

List of config entries

- object
  - `configs` SwarmConfig[], required
    - `id` string, uuid, required
    - `scope` 'global' | 'agent' | 'repo', required
    - `scopeId` string, nullable, required
    - `key` string, required
    - `value` string, required
    - `isSecret` boolean, required
    - `envPath` string, nullable, required
    - `description` string, nullable, required
    - `createdAt` string, required
    - `lastUpdatedAt` string, required
    - `encrypted` boolean, required
  - `message` string

---

[API](https://skmtc.net/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.net/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/versions/101e7a060651/schema)
