Retrieving Product Combination Inventory Via Api

I don’t see a simple method to pull bulk inventory from the cart if I have products with combinations.

The only method I see:
- is to pull a list of products via the API
- then send API call for each product to see if it has combinations

Amy I missing something obvious here?