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

> get_all_sources: Get a list of all unique sources cited

# get\_all\_sources

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

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

Get a list of all unique sources cited

## Signature

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

### Returns

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