Fetching app version release dates with App Store Connect API

What App Store Connect API endpoint(s) do I need to use to get the release dates of an app's various app versions?

On App Store Connect itself, I can navigate to a given app and select "History", on the left side under General. See screenshot:

In the screenshot, you can clearly see that version 1.9 became Ready for Distribution on Nov 12, 2024 at 3:28 AM, and that version 1.10 became Ready for Distribution on February 18, 2025 at 8:10 AM.

However, I haven't been able to find to get any of these detailed status history via the App Store Connect API. Specifically I'm looking for release, or "go live", dates for the various versions of a given app.

I'd have expected one of these API endpoints, or some combination thereof, to include this information in some way, but I'm just not finding it:

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/appStoreVersions GET https://api.appstoreconnect.apple.com/v1/appStoreVersions/{id} GET https://api.appstoreconnect.apple.com/v1/apps/{id}/builds GET https://api.appstoreconnect.apple.com/v1/apps/{id}/reviewSubmissions

I've submitted FB16730940 and also via TSI.

Fetching app version release dates with App Store Connect API
 
 
Q