---
title: List all in-app events for an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-appevents
---

# List all in-app events for an app

Get a list of in-app events for a specific app.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps 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. filter[eventState]: Filter the returned app events by event state. filter[id]: Filter the returned app events by ID. include: The relationship data to include in the response. limit: The maximum number of app event resources to return. 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

### Getting app event information

- [List app event IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-appevents.md)
