SmartMemory
GET
/memory/graph/nodes/{node_id}/grounding

Get grounding (Wikipedia provenance) status for an entity node.

Path Parameters

node_id*Node Id

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/graph/nodes/string/grounding"
null
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}