Skip to main content
GET
/
compute
/
collections
Get all collections
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
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

A list of collections

body
object