Skip to main content
GET
/
compute
/
collections
/
{collection_topic}
Get a collection
curl --request GET \
  --url https://api.quiva.ai/compute/collections/{collection_topic} \
  --header 'Authorization: Bearer <token>'
{
  "body": {
    "collection_type": "function",
    "description": "A collection for my compute resources",
    "name": "my-collection",
    "subject": "compute.123456789.collection",
    "type": "created",
    "modified": 1714378974
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

collection_topic
string
required

Collection topic identifier

Response

Collection details

body
object