This call lists the contents of a specific volume. The volume is specified as volume_id
and consists of the owner and name of a volume (for example rfranklin/my-first-volume
).
If you are using Seven Bridges Platform EU, please use the following endpoint:
https://eu-api.sbgenomics.com/v2/storage/volumes/{volume_owner}/{volume_name}/list
Here's the list of available values for the fields
query parameter and their descriptions:
Value | Description |
---|---|
| Shows only the href of each returned item. |
| Shows only the location (path) within the volume for each returned item. |
| Shows only the volume on which the returned item is located, in the |
| Shows only the type of the returned item. Type is |
| Shows only the storage-provider-generated metadata for each of the returned items. |
| Shows all standard fields for each returned item, with the addition of corresponding metadata. |
Response
Interpreting the response body
href
: Use the information contained in thehref
to make another request to obtain more details about a specific object within a volume.