API reference · 4 endpoints
Entities
Entities extracted from memories and the graph that connects them.
- GETList entities
- GETGet entity co-occurrence graph
- GETGet entity details
- POSTRegenerate entity signals (deprecated)
/v1/default/namespaces/{namespace_id}/entitiesList entities
List all entities (people, organizations, etc.) known by the namespace, ordered by mention count. Supports pagination.
Parameters
namespace_idstringpathrequiredlimitintegerqueryMaximum number of entities to return
offsetintegerqueryOffset for pagination
classstring | nullqueryKeep only entities assigned to this ontology class (case-insensitive).
relationstring | nullqueryKeep only entities on either end of this ontology relation (case-insensitive).
/v1/default/namespaces/{namespace_id}/entities/graphGet entity co-occurrence graph
Return a graph of entities (nodes) and their co-occurrences (edges) for visualization.
Parameters
namespace_idstringpathrequiredlimitintegerqueryMaximum number of co-occurrence edges to return
min_countintegerqueryMinimum cooccurrence_count to include an edge
/v1/default/namespaces/{namespace_id}/entities/{entity_id}Get entity details
Get detailed information about an entity including signals (automation).
Parameters
namespace_idstringpathrequiredentity_idstringpathrequired/v1/default/namespaces/{namespace_id}/entities/{entity_id}/regeneratedeprecatedRegenerate entity signals (deprecated)
This endpoint is deprecated. Entity signals have been replaced by automations.
Parameters
namespace_idstringpathrequiredentity_idstringpathrequired