Get Inventory by warehouse

I can use /product/sku/warehouse/warehouse_id/ to upload the inventory in a particular warehouse, but not to get it!

Is there a way I can get the stock available separate it by warehouse?

Although using /product/sku/ you can get the stock available, it is not by warehouse.

Help!

If you use /product/sku/ with GET you will see an array of warehouses, and each should have on_hand and other inventory information for that warehouse. Is this what you mean?