cURL
curl --request GET \ --url https://api.quiva.ai/compute/collections/{collection_topic}/containers \ --header 'Authorization: Bearer <token>'
{ "body": { "results": [ { "description": "A container for my application", "name": "my-container", "runtime": "docker", "subject": "ms.compute.my-namespace.container.123456789", "type": "created", "modified": 1714378974 } ], "results_total": 1 } }
Retrieves all containers belonging to a specific collection
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Collection topic identifier
A list of containers
Show child attributes