List Environment Files
List Environment Files
Returns all file fields including content by default. Use ?fields=(id,path,size) to filter response fields per Zalando #157.
GET
List Environment Files
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Path Parameters
Environment name (e.g., production, preview)
Query Parameters
Maximum string length:
200Required range:
1 <= x <= 100Available options:
path, updated_at Available options:
asc, desc Available options:
true, false Sparse fieldset filter per Zalando #157. Examples: (id,name), (id,files(path)), !(content)
Pattern:
^!?\([^)]*\)$Example:
"(id,path,type,size)"
Response
Files from the environment (supports sparse fieldsets per Zalando #157)