downloadFile
GEThttps://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
- 200
Signed Url
- application/json
- Schema
Schema
string
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://host/v1/environment/:environment/files/:name/download' \
-H 'Accept: application/json' \
-H 'api-key: <API_KEY_VALUE>'
ResponseClear