pub.chive.admin.getGraphStats

chive.pub

Documentation

Get knowledge graph statistics

main query

Get knowledge graph statistics

Output

Encodingapplication/json
edgeCount 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.

Base URL for XRPC calls (e.g., https://api.bsky.social)
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"
}

Lexicon Garden

@