Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Find a node by entity ID.
/query
{ "type": "lookup", "entity_id": 1 }
type
"lookup"
entity_id
{ "success": true, "found": true, "path": [0], "edges": [], "grounding": "fact", "error": null }
{ "success": true, "found": false, "path": [], "edges": [], "grounding": "unknown", "error": null, "diagnostic": "entity_not_found" }
found
false
diagnostic
entity_not_found
curl -X POST http://localhost:8080/query \ -H "Authorization: Bearer your-api-key" \ -H "Content-Type: application/json" \ -d '{"type": "lookup", "entity_id": 1}'
Was this page helpful?