Returns entities extracted from your memories — people, projects, technologies, concepts, and their properties.
Query Parameters
Maximum entities to return (max 100).
Response
{
"entities": [
{
"id": "node-abc123",
"entity_type": "technology",
"label": "PostgreSQL",
"properties": {
"description": "Primary database",
"salience": 0.85
}
}
]
}
Array of graph entities with type, label, and properties.