cURL
curl --request GET \ --url api.thundercompute.com:///8443/v1/snapshots/list \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{}'
[ { "createdAt": 123, "id": "<string>", "minimumDiskSizeGb": 123, "name": "<string>", "status": "<string>" } ]
Get a list of all snapshots for the authenticated user’s organization
The body is of type object.
object
OK
Was this page helpful?