Skip to main content

getFile

GET 

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

Get a File in an Environment by its url-encoded name, which is its GCS URI.

Request

Path Parameters

    environment stringrequired
    name stringrequired

Responses

File

Schema

    uri stringrequired
    name stringrequired
    creator string
    createdAt numberrequired
    size numberrequired

    tags

    object[]

  • Array [

  • id stringrequired
    type stringrequired
    value stringrequired
  • ]

curl -L 'https://host/v1/environment/:environment/files/:name' \
-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!