curl --request GET \
--url 'http://localhost:8000/circuits' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"circuits": {},
"timestamp": "2026-08-31T14:22:05Z"
}
Circuit Breaker Status
Get the status of all circuit breakers.
GET
/
circuits
curl --request GET \
--url 'http://localhost:8000/circuits' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"circuits": {},
"timestamp": "2026-08-31T14:22:05Z"
}
Get the status of all circuit breakers.
Response
object
object
required
Per-circuit breaker state and counters
string (date-time)
required
Status codes
| Code | Meaning |
|---|---|
200 | Successful response |
401 | Authentication required |
422 | Validation error |
429 | Rate limit exceeded |
curl --request GET \
--url 'http://localhost:8000/circuits' \
--header "Authorization: Bearer $STATESET_AGENTS_API_KEY"
{
"circuits": {},
"timestamp": "2026-08-31T14:22:05Z"
}
Last modified on August 31, 2026