---
title: Read In-App Event Information
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-appevents-_id_
---

# Read In-App Event Information

Get information about a specific in-app event.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app event resource ID from the List all in-app events for an app response.

## Query Parameters

fields[appEventLocalizations]: Additional fields to include for each app event localization resource returned by the response. fields[appEvents]: Additional fields to include for each app event resource returned by the response. include: The relationship data to include in the response. limit[localizations]: The maximum number of related localizations resources to return.

## Response Codes

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

## See Also

### Endpoints

- [List all localizations for an in-app event](appstoreconnectapi/get-v1-appevents-_id_-localizations.md)
- [List localization IDs for an app event](appstoreconnectapi/get-v1-appevents-_id_-relationships-localizations.md)
- [List all in-app events for an app](appstoreconnectapi/get-v1-apps-_id_-appevents.md)
- [Modify an in-app event](appstoreconnectapi/patch-v1-appevents-_id_.md)
- [Create an in-app event](appstoreconnectapi/post-v1-appevents.md)
- [Delete an app event](appstoreconnectapi/delete-v1-appevents-_id_.md)
