> ## Documentation Index
> Fetch the complete documentation index at: https://notte-experiment-visibility-md-links.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# status

> Get the current status of the agent

This method retrieves the current state of the agent, including its progress,
actions taken, and any errors or messages.

```python theme={null}
status = agent.status()
```

## Returns

[`LegacyAgentStatusResponse`](/sdk-reference/misc/legacyagentstatusresponse.md): The current status of the agent execution.

## Raises

* `ValueError`: If the agent hasn't been run yet (no agent\_id available).
