---
title: "Get a single config entry by ID"
method: GET
path: "/api/config/{id}"
tags: ["Config"]
---

# Get a single config entry by ID

`GET /api/config/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `includeSecrets` 'true' | 'false'

## Response `200`

Config entry

- object
  - `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

## Other responses

- `404` — Config not found

---

[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/0375890be8c4/schema)
