cURL
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" } ] }
Retrieves a list of collections
JWT Authorization header using the Bearer scheme
List only 'node' or only 'workflow' collections. If this parameter is omitted, both will be listed
node
workflow
Collection retrieved successfully
Show child attributes