# Get the list of local backups based on the provided appname Get the list of local backups based on the provided appname. Endpoint: GET /backup/getlocalbackuplist Version: 6.6.1 Security: ZelID ## Query parameters: - `fileurl` (string, required) Full path Example: "%2Fhome%2Fflux01%2Fzelflux%2FZelApps%2FfluxFoldingAtHome_FoldingAtRunOnFlux11%2Fbackup%2Flocal" - `multiplier` (string) Multiplier value (B, KB, MB, GB, TB) Example: "B" - `decimal` (number) Decimal value Example: 2 - `number` (boolean) return only number Example: true - `appname` (string) Application name Example: "FoldingAtRunOnFlux11" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.name` (string) - `data.create` (string) - `data.size` (integer)