Linh Nguyễn, you won't access that value via the response object. You would need to keep track of this value in something like the global store ,from where you can easily access it or if you want something simple the consider tracking and setting the propress value using useState in your component.