ReferenceKnowledge graph

Get an entity

Get an entity

GET
/api/v1/memory/kg/entity/{entity_id}

Authorization

x-api-key<token>

A platform key (ck_live_…) — reaches every memory in the tenant.

In: header

Path Parameters

entity_id*string

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/memory/kg/entity/ent_acme_corp"
{  "entity_id": "string",  "name": "string",  "type": "string",  "attributes": {},  "community_id": 0,  "centrality": 0.1,  "document_count": 0}
Was this page helpful?
Report an issue