> ## 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 Imports • AI Agents Framework

> get_imports: Get recorded imports.

# get\_imports

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

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

Get recorded imports.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_imports(min_duration_ms: float) -> List[ImportRecord]
```

## Parameters

<ParamField query="min_duration_ms" type="float" required={false} default="0">
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="List[ImportRecord]">
  The result of the operation.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai/praisonai/profiler.py#L990">
  `praisonai/profiler.py` at line 990
</Card>
