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

# status • Rust AI Agent SDK

> status: Get failover manager status.

# status

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

> This is a method of the [**FailoverManager**](../classes/FailoverManager) class in the [**failover**](../modules/failover) module.

Get failover manager status.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def status(&self) -> FailoverStatus
```

### Returns

<ResponseField name="Returns" type="FailoverStatus">
  The result of the operation.
</ResponseField>
