Get a volume by ID or name
Retrieve details of a specific volume by its ID or name
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Volume ID or name
Query Parameters
Volume version to describe (defaults to current version)
Response
Volume details
CreatedAt is the ISO8601 timestamp when this volume was created
CurrentVersion is the current version number of this volume
ID is the unique identifier for this volume
MountedBy is the list of deployment IDs currently mounting current volume version
Name is the name of the volume
Object is the type identifier for this response (always "volume")
readOnly UpdatedAt is the ISO8601 timestamp when this volume was last updated
VersionHistory contains previous versions of this volume, keyed by version number