> ## 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 All • Rust AI Agent SDK

> get_all: Get all records

# get\_all

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

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

Get all records

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def get_all(&self, limit: usize) -> Result<Vec<VectorRecord>>
```

## Parameters

<ParamField query="limit" type="usize" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Result<Vec<VectorRecord>>">
  The result of the operation.
</ResponseField>
