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

> get_list: Get list of enabled plugins (None if all enabled)

# get\_list

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

> This is a method of the [**PluginsEnabled**](../classes/PluginsEnabled) class in the [**config\_loader**](../modules/config_loader) module.

Get list of enabled plugins (None if all enabled)

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_list(&self) -> Option<&[String]>
```

### Returns

<ResponseField name="Returns" type="Option<&[String]>">
  The result of the operation.
</ResponseField>
