> ## 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 Combined Stats • AI Agent SDK

> get_combined_stats: Get combined statistics across all agents.

# get\_combined\_stats

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

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

Get combined statistics across all agents.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_combined_stats() -> Dict[str, Any]
```

### Returns

<ResponseField name="Returns" type="Dict[str, Any]">
  The result of the operation.
</ResponseField>

## Uses

* `manager.get_stats`
* `get_combined_total`
* `policy.to_dict`
* `get_stats`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/context/manager.py#L1113">
  `praisonaiagents/context/manager.py` at line 1113
</Card>
