> ## 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 • 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() -> Dict[str, Any]
```

### Returns

<ResponseField name="Returns" type="Dict[str, Any]">
  Status information
</ResponseField>

## Uses

* `p.to_dict`
* `to_dict`

## Used By

* [`VideoAgent.wait_for_completion`](../functions/VideoAgent-wait_for_completion)
* [`AgentTeam.start`](../functions/AgentTeam-start)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/llm/failover.py#L392">
  `praisonaiagents/llm/failover.py` at line 392
</Card>
