Inventory movements history

Hi!

I’m trying to get inventory movements from products using the Admin APIs but I can’t find the docs related. I know I can get this data directly from the web:

I’m using REST and GraphQL but I can’t get this data in any way. I was checking the web and I realize that It uses GraphQL to get this movements. Are there a way to reuse this kind of request for the app that I’m developing?

https://xxxxxx.myshopify.com/admin/internal/web/graphql/core?operation=InventoryHistory

Thanks for your help

PD: I found related questions in the community, and people said that a solution could be use webhooks, but due to the app that I’m developing and the clients, this solution is not viable.