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

# List Paired • AI Agent SDK

> list_paired: List all authorized channels.

# list\_paired

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

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

List all authorized channels.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def list_paired() -> List['PairedChannel']
```

### Returns

<ResponseField name="Returns" type="List['PairedChannel']">
  List of paired channel information
</ResponseField>

## Source

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