Summarize Node Tree

GET/v1/nodes/{node_id}/summary

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

node_id*Node Id

Query Parameters

max_nodes?Max Nodes
Default200

Response Body

application/json

application/json

curl -X GET "https://flywheel.paradigma.inc/api/v1/nodes/string/summary"
{}
{
  "detail": [
    {
      "ctx": {},
      "input": null,
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}