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 observations (deprecated)
GET
/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
GET
/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
GET
/v1/default/namespaces/{namespace_id}/entities/{entity_id}Get entity details
Get detailed information about an entity including observations (automation).
Parameters
namespace_idstringpathrequiredentity_idstringpathrequiredPOST
/v1/default/namespaces/{namespace_id}/entities/{entity_id}/regeneratedeprecatedRegenerate entity observations (deprecated)
This endpoint is deprecated. Entity observations have been replaced by automations.
Parameters
namespace_idstringpathrequiredentity_idstringpathrequired