---
title: List all beta app clip invocations for a build bundle
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-buildbundles-_id_-betaappclipinvocations
---

# List all beta app clip invocations for a build bundle

Get all App Clip invocations you configure for testing for a specific build bundle.

## URL

GET https://api.appstoreconnect.apple.com/v1/buildBundles/{id}/betaAppClipInvocations

## Path Parameters

id: The opaque resource ID that uniquely identifies the Build Bundles resource.

## Query Parameters

fields[betaAppClipInvocationLocalizations]: Additional fields to include for each Beta App Clip Invocation resource returned by the response. fields[betaAppClipInvocations]: Additional fields to include for each Beta App Clip Invocation resource returned by the response. include: The relationship data to include in the response. limit: The number of Beta App Clip Invocations resources to return. limit[betaAppClipInvocationLocalizations]: The number of included Beta App Clip Invocations resources to return if the beta App Clip invocation localizations relationship is included.

## Response Codes

200 OK: The request completed successfully. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Getting Build Bundle Information

- [Read the app clip domain cache status information for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-appclipdomaincachestatus.md)
- [Read app clip domain debug status information for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-appclipdomaindebugstatus.md)
- [List all file sizes for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-buildbundlefilesizes.md)
- [Get the App Clip domain cache status ID for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-relationships-appclipdomaincachestatus.md)
- [Get the App Clip domain debug status ID for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-relationships-appclipdomaindebugstatus.md)
- [List beta App Clip invocation IDs for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-relationships-betaappclipinvocations.md)
- [List file size IDs for a build bundle](appstoreconnectapi/get-v1-buildbundles-_id_-relationships-buildbundlefilesizes.md)
