v48

latestOpenAPI 3.0.0raw.githubusercontent.com2025-12-0297180624.8 KB
Snapshot

List snapshots

List all snapshots of current orginazation.

get/snapshots

Query parameters

pageinteger
Example:1

Page number

pageSizeinteger
Example:10

Page size

Response

List snapshots

totalinteger required

Total number of items

pageinteger required

Page number

pageSizeinteger required

Page size

Example response

{
  "total": 100,
  "page": 1,
  "pageSize": 10,
  "data": [
    {
      "id": "c9bdc193-b54b-4ddb-a035-5ac0c598d32d",
      "name": "my-snapshot-1",
      "boxType": "linux",
      "providerType": "vm",
      "status": "Available"
    }
  ]
}