Skip to main content
GET
/
v1
/
graph-stats
Graph counts
curl --request GET \
  --url https://pnbr.io/v1/graph-stats \
  --header 'Authorization: Bearer <token>'
{
  "elapsed_ms": 123,
  "nodes": 123,
  "edges": 123,
  "project_id": "<string>"
}

Authorizations

Authorization
string
header
required

A pnbr- API key. Project-scoped keys make project_id implicit; org-scoped keys require it.

Query Parameters

project_id
string

Response

Counts

elapsed_ms
number
nodes
integer
edges
integer
project_id
string