---
title: Read app event video clip information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appeventvideoclips-_id_
---

# Read app event video clip information

Get information about a specific video clip for an in-app event.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app event video clip resource ID from the List all video clips for an app event localization response.

## Query Parameters

fields[appEventVideoClips]: Additional fields to include for each app event video clip resource returned by the response. include: The relationship data to include in the response. fields[appEventLocalizations]:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Endpoints

- [Modify an app event video clip](appstoreconnectapi/patch-v1-appeventvideoclips-_id_.md)
- [Create an app event video clip](appstoreconnectapi/post-v1-appeventvideoclips.md)
- [Delete an app event video clip](appstoreconnectapi/delete-v1-appeventvideoclips-_id_.md)
