Get Storage Info
Return on-disk sizes for the knowledge graph database and search index.
Response Body
application/json
curl -X GET "http://127.0.0.1:14242/storage/info"{
"graph_db_bytes": 0,
"search_index_bytes": 0,
"total_bytes": 0
}Return on-disk sizes for the knowledge graph database and search index.
application/json
curl -X GET "http://127.0.0.1:14242/storage/info"{
"graph_db_bytes": 0,
"search_index_bytes": 0,
"total_bytes": 0
}