> ## 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 all pending skill mutations awaiting approval.

# list\_pending

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

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

List all pending skill mutations awaiting approval.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def list_pending() -> list[dict]
```

### Returns

<ResponseField name="Returns" type="list[dict]">
  name, action, status, created\_at
</ResponseField>

## Source

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