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

# Get proxy configuration

`GET /api/proxy-config`

Retrieves the current global proxy configuration.

## Response `200`

Successful response

- object — Global proxy configuration
  - `enabled` boolean
  - `type` 'http' | 'socks5' | 'tcp'
  - `url` string
  - `username` string
  - `password` string — Password (redacted as <redacted> in responses)
  - `no_proxy` string
  - `timeout` integer
  - `skip_tls_verify` boolean
  - `enable_for_scim` boolean
  - `enable_for_inference` boolean
  - `enable_for_api` boolean

## Other responses

- `500` — Internal server error
- `503` — Config store not available

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
