Get Branch File
Get Branch File
Returns all file fields including content by default. Use ?fields=(id,path,size) to filter response fields per Zalando #157. The filePath should be URL-encoded if it contains special characters (e.g., pages%2Findex.mdx for pages/index.mdx).
GET
Get Branch File
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Path Parameters
Branch name
File path (URL-encoded, e.g., pages%2Findex.mdx)
Query Parameters
Sparse fieldset filter per Zalando #157. Examples: (id,name), (id,files(path)), !(content)
Pattern:
^!?\([^)]*\)$Example:
"(id,path,type,size)"