Skip to main content
GET
/
hub
/
collections
List collections
curl --request GET \
  --url https://api.quiva.ai/hub/collections \
  --header 'Authorization: Bearer <token>'
{
  "results_total": 4,
  "results": [
    {
      "collection_type": "node",
      "description": "Payment processing node templates",
      "modified": 1748533179,
      "name": "Payment Nodes",
      "sequence": 16,
      "subject": "ms.hub.config.collection.node.805092869",
      "topic": "805092869",
      "type": "created"
    },
    {
      "collection_type": "node",
      "description": "Utility functions for data transformation",
      "modified": 1748533200,
      "name": "Data Transform Nodes",
      "sequence": 24,
      "subject": "ms.hub.config.collection.node.1025086208",
      "topic": "1025086208",
      "type": "updated"
    },
    {
      "collection_type": "workflow",
      "description": "Order lifecycle management",
      "modified": 1748533250,
      "name": "Order Flows",
      "sequence": 31,
      "subject": "ms.hub.config.collection.workflow.1508781670",
      "topic": "1508781670",
      "type": "created"
    },
    {
      "collection_type": "workflow",
      "description": "",
      "modified": 1748533300,
      "name": "Notification Flows",
      "sequence": 45,
      "subject": "ms.hub.config.collection.workflow.2098761234",
      "topic": "2098761234",
      "type": "created"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme

Query Parameters

collection_type
enum<string>

List only 'node' or only 'workflow' collections. If this parameter is omitted, both will be listed

Available options:
node,
workflow

Response

Collection retrieved successfully

results
object
required