> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Health Check Result • AI Agent SDK

> HealthCheckResult: One check's detect → repair → re-validate outcome.

# HealthCheckResult

> Defined in the [**Health Check**](../modules/health_check) module.

<Badge color="blue">AI Agent</Badge>

One check's detect → repair → re-validate outcome.

## Properties

<ResponseField name="check_id" type="str">
  No description available.
</ResponseField>

<ResponseField name="findings" type="List[Finding]">
  No description available.
</ResponseField>

<ResponseField name="residual_findings" type="List[Finding]">
  No description available.
</ResponseField>

<ResponseField name="repair" type="Optional[HealthRepairResult]">
  No description available.
</ResponseField>

<ResponseField name="error" type="Optional[str]">
  No description available.
</ResponseField>

## Methods

<CardGroup cols={2}>
  <Card title="repaired()" icon="function" href="../functions/HealthCheckResult-repaired">
    Instance method.
  </Card>
</CardGroup>

<Accordion title="Internal & Generic Methods">
  * **to\_dict**: Generic utility method.
</Accordion>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/runtime/health_check.py#L21">
  `praisonaiagents/runtime/health_check.py` at line 21
</Card>
