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

Authorizations

Authorization
string
header
required

Bearer token authentication. Provide your API token prefixed with "Bearer ", e.g. "Bearer your-api-token".

Body

application/json

The body is of type object.

Response

OK

createdAt
integer
required
id
string
required
minimumDiskSizeGb
integer
required
name
string
required
status
string
required