Get All Archive Filesget https://{serverURL}/api/archives/buckets/{bucket}/files/{filepath}This endpoint retrieves all files in an archive bucket under the specified filePath.Path ParamsbucketstringrequiredBucket namefilepathstringrequiredDefaults to /The path to to search for files under. Default is the root directory /.Query ParamsnamestringIf specified will return an exact match on file namephrasestringSearch phrase for partial matches on file name, wildcard may be specified as %, eg. example-% This also searches for files under sub directories too.fullTreebooleanDefaults to falseInclude files under sub directories too. This is always true when searching with phrase.truefalseResponses 200Successful Request 4XXError Codes 5XXError CodesUpdated over 2 years ago