Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://pnbr.io/v1/edges \ --header 'Authorization: Bearer <token>'
{ "count": 123, "elapsed_ms": 123, "edges": [ { "element_id": "<string>", "type": "<string>", "properties": {}, "source_element_id": "<string>", "target_element_id": "<string>", "created_at": "<string>" } ] }
List graph relationships with resolved source/target element_ids. Scope: graph:read.
A pnbr- API key. Project-scoped keys make project_id implicit; org-scoped keys require it.
pnbr-
project_id
x <= 500
Edges
Show child attributes