Skip to main content
GET
/
v1
/
volumes
/
{id}
/
file
Download a file or directory archive directly from a volume with a signed grant
import requests

url = "https://api.13-215-85-171.sslip.io/v1/volumes/{id}/file"

response = requests.get(url)

print(response.text)
"<string>"

Path Parameters

id
string
required

Volume ID

Query Parameters

grant
string
required

Signed short-lived direct volume file capability token.

Response

Raw file bytes or tar archive bytes

The response is of type file.