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

This method is useful if you want to check if the current session is active or not (or when it has been started/stopped).

**Example:**

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

## Returns

[`SessionResponse`](/sdk-reference/misc/sessionresponse.md): The current status information of the session.

## Raises

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