GET /v2/snapshots/{snapshot_id}

digitalocean.com

Summary: Retrieve an Existing Snapshot
Operation ID: snapshots_get
Auth: unknown
Description

To retrieve information about a snapshot, send a GET request to `/v2/snapshots/$SNAPSHOT_ID`. The response will be a JSON object with a key called `snapshot`. The value of this will be an snapshot object containing the standard snapshot attributes.

Parameters (1)

snapshot_id (?, path, required)

Either the ID of an existing snapshot. This will be an integer for a Droplet snapshot or a string for a volume snapshot.

No probe data for this endpoint yet.