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

# get\_status

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

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

Get status

## Signature

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

### Returns

<ResponseField name="Returns" type="HashMap<String, String>">
  The result of the operation.
</ResponseField>
