pydo.snapshots.get()
Generated on 4 Jul 2025
from pydo
version
v0.12.0
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
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. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.