cURL
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 } }
Retrieves a specific collection by topic
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Collection topic identifier
Collection details
Show child attributes