cURL
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 }
Retrieves a specific node by subject
JWT Authorization header using the Bearer scheme
The topic is a hash of the name that was used when a collection was created
Node topic - hash of the names the node was created with
Node retrieved successfully
Subject identifier for the node
Show child attributes
Timestamp of last modification