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

# Gateway Health • Rust AI Agent SDK

> GatewayHealth: Gateway health status.

# GatewayHealth

> Defined in the [**gateway**](../modules/gateway) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Gateway health status.

## Fields

| Name       | Type     | Description                 |
| ---------- | -------- | --------------------------- |
| `status`   | `String` | Health status               |
| `uptime`   | `f64`    | Seconds since start         |
| `agents`   | `usize`  | Number of registered agents |
| `sessions` | `usize`  | Number of active sessions   |
| `clients`  | `usize`  | Number of connected clients |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/gateway/mod.rs#L508">
  `praisonai/src/gateway/mod.rs` at line 508
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Gateway" icon="tower-broadcast" href="/docs/rust/gateway" />
</CardGroup>
