Skip to main content
GET
/
snapshots
/
list
List snapshots
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>"
  }
]

Authorizations

Authorization
string
header
required

Body

application/json

The body is of type object.

Response

OK

createdAt
integer
id
string
minimumDiskSizeGb
integer
name
string
status
string