Skip to main content
GET
/
hub
/
nodes
List node templates
curl --request GET \
  --url https://api.quiva.ai/hub/nodes \
  --header 'Authorization: Bearer <token>'
{
  "results_total": 1,
  "results": [
    {
      "subject": "ms.hub.config.node.1234567890.98765432",
      "collection": "ms.hub.config.collection.node.1234567890",
      "data": {
        "id": "some-id",
        "name": "MyNode",
        "node_type": "function",
        "subject": "quiva-function.some-function",
        "payload": {
          "param1": "value1",
          "param2": "value2"
        }
      },
      "type": "created",
      "modified": 1651395678
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Path Parameters

collection_topic
string
required

The topic is a hash of the name that was used when a collection was created

Response

Nodes retrieved successfully

results
object[]
results_total
integer

Total number of results