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

> get: Get item by ID

# get

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

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

Get item by ID

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def get(&self, item_id: &str) -> Result<Option<SearchResultItem>>
```

## Parameters

<ParamField query="item_id" type="&str" required={true}>
  No description available.
</ParamField>

### Returns

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