GET
/statusResponse
200 OK
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns current graph statistics.
/status{
"node_count": 42,
"edge_count": 35,
"stable_edges": 10,
"density_millionths": 1234
}
| Field | Type | Description |
|---|---|---|
node_count | integer | Total number of nodes in the graph. |
edge_count | integer | Total number of edges. |
stable_edges | integer | Edges above the stability threshold (weight ≥ 10). |
density_millionths | integer | Graph density expressed in millionths. |
curl -H "Authorization: Bearer your-api-key" \
http://localhost:8080/status
Was this page helpful?