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.
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
snapshot_id |
JSON | True | Either the ID of an existing snapshot. This will be an integer for a Droplet snapshot or a string for a volume snapshot. |
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.