Skip to main content

downloadFile

GET 

https://host/v1/environment/:environment/files/:name/download

Get a signed url to download a File in an Environment by its name, which is its GCS URI.

Request

Path Parameters

    environment stringrequired
    name stringrequired

Responses

Signed Url

Schema

    string

curl -L 'https://host/v1/environment/:environment/files/:name/download' \
-H 'Accept: application/json' \
-H 'api-key: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://host
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!