---
title: "Get Configuration"
method: GET
path: "/api/config"
tags: ["Configuration"]
---

# Get Configuration

`GET /api/config`

Get the current system configuration including logging, pool size, and other runtime settings.

## Response `200`

Current configuration

- ClientConfig
  - `initial_pool_size` integer — Initial pool size for sync pools
  - `drop_excess_requests` boolean — Whether to drop requests when queue is full
  - `enable_logging` boolean — Whether logging is enabled
  - `prometheus_labels` string[] — Prometheus metric labels

## Other responses

- `500` — unresolved $ref

---

[API](https://skmtc.dev/getbifrost/apis/bifrost-http-transport-api.md) · [All operations](https://skmtc.dev/getbifrost/apis/bifrost-http-transport-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbifrost/bifrost-http-transport-api/revisions/e70d3ae3c0d0/schema)
