Snapshots

Get Snapshot by ID

get/api/v1/snapshots/{id}

Path parameters

idstring uuid required

Snapshot ID

Response

Snapshot found

errorstring nullable

Human-readable failure message. Omitted on success.

successboolean required

true when the request succeeded. false responses carry error instead of data.

Example response

{
  "meta": {
    "api_version": 1,
    "server_version": "0.17.13"
  }
}

Changes