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

> get_stats: Get detection statistics.

# get\_stats

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

> This is a method of the [**DoomLoopDetector**](../classes/DoomLoopDetector) class in the [**doom\_loop**](../modules/doom_loop) module.

Get detection statistics.

## Signature

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

### Returns

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

## Uses

* `time.time`

## Used By

* [`ContextManager.get_stats`](../functions/ContextManager-get_stats)
* [`MultiAgentContextManager.get_combined_stats`](../functions/MultiAgentContextManager-get_combined_stats)
* [`MultiAgentContextManager.get_combined_stats`](../functions/MultiAgentContextManager-get_combined_stats)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/escalation/doom_loop.py#L310">
  `praisonaiagents/escalation/doom_loop.py` at line 310
</Card>
