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

# status • AI Agent SDK

> status: Check the status of a video generation.

# status

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

Check the status of a video generation.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def status(video_id: str) -> Any
```

## Parameters

<ParamField query="video_id" type="str" required={true}>
  The video ID returned from generate() \*\*kwargs: Additional parameters
</ParamField>

### Returns

<ResponseField name="Returns" type="Any">
  VideoObject with updated status
</ResponseField>

## Used By

* [`VideoAgent.wait_for_completion`](../functions/VideoAgent-wait_for_completion)
* [`AgentTeam.start`](../functions/AgentTeam-start)

## Source

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