cURL
curl --request GET \ --url https://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
Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".
The body is of type object.
object
OK
Was this page helpful?