Get a volume
Returns a volume with its tags, head version, and version counts. Versions live on the versions sub-resource so they can be paged separately.
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Response
Namespace the volume belongs to, in lowercase.
Name of the volume, in lowercase.
Full address of the volume, as bdn:<namespace>/<volume>. Paste this into the bdn.mounts section of a config.yaml.
Revision counter for the volume, incremented on every commit and tag change. Use it to detect that a volume changed.
When the volume last changed, in ISO 8601 format.
Version that the reserved head tag points at, which a reference with no tag or digest resolves to. Null when the volume has no head, or when your API key cannot read it.
Tags on the volume that your API key can read.
Total number of tags on the volume, which can exceed the length of tags when your API key cannot read all of them.
Number of versions that have not been deleted.
Number of versions that have been deleted.
Number of versions that no tag points at.