> ## 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.

# Get Checks • AI Agent SDK

> get_checks: API reference for HealthCheckRegistry.get_checks

# get\_checks

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**HealthCheckRegistry**](../classes/HealthCheckRegistry) class in the [**health\_registry**](../modules/health_registry) module.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_checks() -> List[HealthCheckProtocol]
```

### Returns

<ResponseField name="Returns" type="List[HealthCheckProtocol]">
  The result of the operation.
</ResponseField>

## Used By

* [`HealthCheckRegistry.get_check_ids`](../functions/HealthCheckRegistry-get_check_ids)
* [`HealthCheckRegistry.run`](../functions/HealthCheckRegistry-run)
* [`HealthCheckRegistry.arun`](../functions/HealthCheckRegistry-arun)

## Source

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