---
title: "Resilience subsystem readiness probe"
method: GET
path: "/api/resilience/health"
---

# Resilience subsystem readiness probe

`GET /api/resilience/health`

Returns whether the resilience workflow is enabled, whether the agent framework is loaded, and whether Fabric is configured. Safe to call without a user token.

## Response `200`

Health payload

- HealthResponse
  - `enabled` boolean, required
  - `status` 'ready' | 'unavailable', required
  - `agent_framework_available` boolean
  - `fabric_workspace_configured` boolean
  - `fabric_lakehouse_configured` boolean
  - `ai_search_configured` boolean

---

[API](https://skmtc.net/azure/apis/planetary-explorer-resilience-api.md) · [All operations](https://skmtc.net/azure/apis/planetary-explorer-resilience-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/planetary-explorer-resilience-api/versions/8882a2be335b/schema)
