---
title: "Get circuit breaker state"
method: GET
path: "/api/circuit-breaker/state"
tags: ["Circuit Breaker"]
---

# Get circuit breaker state

`GET /api/circuit-breaker/state`

Returns a snapshot of all currently-open circuits.
Main circuits are keyed by policy name. Per-key sub-circuits are keyed by `"<policy_name>\x00<key_id>"`.
Circuits not present in the map are closed.

## Response `200`

Successful response

- object
  - `circuits` object — Map of circuit keys to their current state. Main circuit key: the policy name. Sub-circuit key: `"<policy_name>\x00<key_id>"`.

## Other responses

- `500` — Internal server error

---

[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)
