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

> get_permission_allowlist: Get the global permission allowlist.

# get\_permission\_allowlist

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

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

Get the global permission allowlist.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_permission_allowlist() -> PermissionAllowlist
```

### Returns

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

## Uses

* `PermissionAllowlist`

## Source

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