pydo.snapshots.get()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.snapshots.get(snapshot_id=6372321)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
snapshot_idobject requiredEither the ID of an existing snapshot. This will be an integer for a Droplet snapshot or a string for a volume snapshot.
Response Example
More Information
See /v2/snapshots/{snapshot_id} in the API reference for additional detail on responses, headers, parameters, and more.