No direct way ...
You can use : db2 -x "select location from SYSIBMADM.DB_HISTORY where operation='B' and SQLCAID IS NULL order by start_time desc fetch first 1 rows only with ur "
it will give u path of backup from there you can check its size by du -g or du -m command.
cd