Skip to main content
Use the novita.volume methods to look up a single volume or list all volumes in your account. Both return volume metadata such as ID, name, quota, and usage.

Get a volume

novita.volume.getInfo() (JS) / novita.volume.get_info() (Python) returns information about a single volume by its ID, including its access token. If the volume does not exist, a not-found error is raised.

List volumes

novita.volume.list() returns all volumes in your account as a list of volume info (without the token).
Last modified on September 8, 2026