---
title: List app tags IDs
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-relationships-apptags
---

# List app tags IDs

List all app tag IDs for a specific app.

## URL

GET https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/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

limit: The maximum number of app tag resource identifiers to return.

## Response Codes

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

## See Also

### Reading app tag information

- [List App Tags](appstoreconnectapi/get-v1-apps-_id_-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)
