Skip to main content
GET
/
hub
/
nodes
/
{collection_topic}
/
{node_topic}
Get a node
curl --request GET \
  --url https://api.quiva.ai/hub/nodes/{collection_topic}/{node_topic} \
  --header 'Authorization: Bearer <token>'
{
  "subject": "ms.hub.config.node.1234567890.98765432",
  "data": {
    "id": "node-id",
    "name": "MyNode",
    "description": "Node description",
    "node_type": "function",
    "subject": "quiva-function.some-function",
    "payload": {
      "param1": "value1",
      "param2": "value2"
    }
  },
  "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

node_topic
string
required

Node topic - hash of the names the node was created with

Response

Node retrieved successfully

subject
string

Subject identifier for the node

data
object
modified
integer

Timestamp of last modification