> ## 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 [**SkillManager**](../classes/SkillManager) class in the [**manager**](../modules/manager) 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]">
  id, action, name, 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/manager.py#L1540">
  `praisonaiagents/skills/manager.py` at line 1540
</Card>
