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

> list_pending: List pending pairing requests.

# list\_pending

<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 pending pairing requests.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def list_pending(channel_type: Optional[str]) -> List[Dict[str, any]]
```

## Parameters

<ParamField query="channel_type" type="Optional[str]" required={false}>
  Optional filter by channel type
</ParamField>

### Returns

<ResponseField name="Returns" type="List[Dict[str, any]]">
  List of pending requests with channel, code, user info, and age
</ResponseField>

## Source

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