Get knowledge graph statistics
Output
Encoding
application/jsonedgeCount
integer
Required
Total graph edges
nodeCount
integer
Required
Total graph nodes
Errors
AuthenticationRequired
AdminRequired
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "AdminRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"nodeCount",
"edgeCount"
],
"properties": {
"edgeCount": {
"type": "integer",
"description": "Total graph edges"
},
"nodeCount": {
"type": "integer",
"description": "Total graph nodes"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {}
},
"description": "Get knowledge graph statistics"
}