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": 2,
  "results": [
    {
      "collection_type": "node",
      "description": "test",
      "modified": 1746655609,
      "name": "Test",
      "sequence": 16,
      "subject": "ms.hub.config.collection.node.805092869",
      "topic": "805092869",
      "type": "created"
    },
    {
      "collection_type": "node",
      "description": "",
      "modified": 1747731829,
      "name": "Business Flow Nodes",
      "sequence": 31,
      "subject": "ms.hub.config.collection.node.1025086208",
      "topic": "1025086208",
      "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