recall
Get Recall History
Get search/recall history for the authenticated user.
GET
Get Recall History
Documentation Index
Fetch the complete documentation index at: https://docs.cognee.ai/llms.txt
Use this file to discover all available pages before exploring further.
Previous
RecallRecall information from the knowledge graph.
This is a memory-oriented alias for the search endpoint. All search
types and options from v1 are supported.
## Request Parameters
- **search_type** (SearchType): Type of search to perform
- **datasets** (Optional[List[str]]): Dataset names to search within
- **dataset_ids** (Optional[List[UUID]]): Dataset UUIDs to search within
- **query** (str): The search query string
- **system_prompt** (Optional[str]): System prompt for completion searches
- **node_name** (Optional[List[str]]): Filter to specific node sets
- **top_k** (Optional[int]): Maximum results (default: 10)
- **only_context** (bool): Return only the LLM context
- **verbose** (bool): Verbose output
## Error Codes
- **409 Conflict**: Error during recall
- **403 Forbidden**: Permission denied (returns empty list)
Next
Get Recall History