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

> get_telemetry: Get the global telemetry instance.

# get\_telemetry

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**telemetry**](../modules/telemetry) module.

Get the global telemetry instance.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_telemetry() -> 'MinimalTelemetry'
```

### Returns

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

## Used By

* [`MCPToolRunner.call_tool`](../functions/MCPToolRunner-call_tool)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/telemetry/__init__.py#L103">
  `praisonaiagents/telemetry/__init__.py` at line 103
</Card>
