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

> list: List all videos for the current account.

# list

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

> This is a method of the [**VideoAgent**](../classes/VideoAgent) class in the [**video\_agent**](../modules/video_agent) module.

List all videos for the current account.

Note: Requires custom\_llm\_provider for some providers.

## Signature

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

### Returns

<ResponseField name="Returns" type="List[Any]">
  List of VideoObject
</ResponseField>

## Source

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