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

# Get Status • Rust AI Agent SDK

> get_status: Get sandbox status information.

# get\_status

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

> This is a method of the [**SandboxProtocol**](../classes/SandboxProtocol) class in the [**sandbox**](../modules/sandbox) module.

Get sandbox status information.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_status(&self) -> SandboxStatusInfo
```

### Returns

<ResponseField name="Returns" type="SandboxStatusInfo">
  The result of the operation.
</ResponseField>
