---
title: List App Tags
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-apptags
---

# List App Tags

List all app tags for a specific app.

## URL

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

## 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[appTags]: Additional fields to include for each app tag resource returned by the response. fields[territories]: Additional fields to include for each territory resource returned by the response. filter[visibleInAppStore]: Filter the returned app tags by visibility in the App Store. include: The relationship data to include in the response. limit: The maximum number of app tag resources to return. limit[territories]: The maximum number of related territory resources to return. sort: Attributes by which to sort.

## Response Codes

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

## See Also

### Reading app tag information

- [List app tags IDs](appstoreconnectapi/get-v1-apps-_id_-relationships-apptags.md)
- [List territory IDs for an app tag](appstoreconnectapi/get-v1-apptags-_id_-relationships-territories.md)
- [List Territories for an App Tag](appstoreconnectapi/get-v1-apptags-_id_-territories.md)
