> ## 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 • 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 [**deep\_research\_agent**](../modules/deep_research_agent) module.

Get a list of all unique sources cited.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_all_sources() -> List[Dict[str, str]]
```

### Returns

<ResponseField name="Returns" type="List[Dict[str, str]]">
  The result of the operation.
</ResponseField>

## Uses

* `seen.add`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agent/deep_research_agent.py#L142">
  `praisonaiagents/agent/deep_research_agent.py` at line 142
</Card>
