FunctionsListNotebackup#list() simply returns an array of IDs, you must fetch the ID to get complete information. const backup = require("backupie"); backup.list().then((backups) => { console.log(backups); // Expected Output [ "BC5qo", "Jdo91", ...] });PreviousFetchNextLoadOn this page