---
title: List all search keywords for an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-apps-_id_-searchkeywords
---

# List all search keywords for an app

Get search keywords for a specific app.

## URL

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

## 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[appKeywords]: Additional fields to include for each app keyword resource returned by the response. filter[locale]: Filter the returned app keywords by locale. filter[platform]: Filter the returned app keywords by platform. limit: The maximum number of app keyword resources to return.

## Response Codes

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

## See Also

### Search keywords

- [List search keyword IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-searchkeywords.md)
