cURL
curl --request GET \ --url https://api.quiva.ai/compute/collections \ --header 'Authorization: Bearer <token>'
{ "body": { "results": [ { "collection_type": "function", "description": "A collection for my compute resources", "name": "my-collection", "subject": "ms.compute.123456789.collection", "type": "created", "modified": 1714378974 } ], "results_total": 1 } }
Retrieves a list of all compute collections
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of collections
Show child attributes