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

# Over Budget Count • Rust AI Agent SDK

> over_budget_count: Get number of sessions that went over budget.

# over\_budget\_count

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

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

Get number of sessions that went over budget.

## Signature

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

### Returns

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Budget" icon="wallet" href="/docs/rust/budget" />

  <Card title="Rust Token Management" icon="coins" href="/docs/rust/token-management" />
</CardGroup>
