Skip to main content
GET
/
v1
/
slices
/
{id}
Read a slice
curl --request GET \
  --url https://pnbr.io/v1/slices/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "522e9061-2ee0-46b5-8f2d-9c89ee729c7a",
  "name": "Alpha cos since Jan",
  "type": "dynamic",
  "computedNodeCount": 18,
  "nodeCount": 18,
  "visibility": "private"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200 - application/json

Slice with live computedNodeCount.