<!--
{
  "availability" : [
    "App Store Connect API: 2.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/GET-v1-appStoreVersions-_id_-appStoreVersionExperimentsV2",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "App Store Connect API"
    ],
    "preciseIdentifier" : "rest:app_store_connect_api:get:v1-appStoreVersions-{}-appStoreVersionExperimentsV2"
  },
  "title" : "List all experiments for an app store version"
}
-->

# List all experiments for an app store version

Get a list of all experiments for an App Store version of an app across all platforms.

## Discussion

### Example Request and Response

**Request:**

```
https://api.appstoreconnect.apple.com/v1/appStoreVersions/fb3bb89c-47c3-4cbf-8af7-677fb801c09f/appStoreVersionExperimentsV2
```

**Response:**

```json
{
  "data" : [ {
    "type" : "appStoreVersionExperiments",
    "id" : "1a22d9a7-f574-4669-b1ca-1ba88f786c19",
    "attributes" : {
      "name" : "PPO Test 1",
      "platform" : "IOS",
      "trafficProportion" : 50,
      "state" : "READY_FOR_REVIEW",
      "reviewRequired" : true,
      "startDate" : null,
      "endDate" : null
    },
    "relationships" : {
      "appStoreVersionExperimentTreatments" : {
        "links" : {
          "self" : "https://api.appstoreconnect.apple.com/v2/appStoreVersionExperiments/1a22d9a7-f574-4669-b1ca-1ba88f786c19/relationships/appStoreVersionExperimentTreatments",
          "related" : "https://api.appstoreconnect.apple.com/v2/appStoreVersionExperiments/1a22d9a7-f574-4669-b1ca-1ba88f786c19/appStoreVersionExperimentTreatments"
        }
      }
    },
    "links" : {
      "self" : "https://api.appstoreconnect.apple.com/v2/appStoreVersionExperiments/1a22d9a7-f574-4669-b1ca-1ba88f786c19"
    }
  } ],
  "links" : {
    "self" : "https://api.appstoreconnect.apple.com/v1/appStoreVersions/fb3bb89c-47c3-4cbf-8af7-677fb801c09f/appStoreVersionExperimentsV2"
  },
  "meta" : {
    "paging" : {
      "total" : 1,
      "limit" : 50
    }
  }
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)