---
title: Get a Negative Keyword
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/get-negative-keywords-_id_
---

# Get a Negative Keyword

Retrieve a single negative keyword by its unique identifier.

## URL

GET https://api.ads.apple.com/v1/negative-keywords/{id}

## Path Parameters

id:

## Header Parameters

X-Ap-Context:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 Too Many Requests: 500 Internal Server Error:

## Discussion

Discussion This endpoint retrieves a single negative keyword by its ID. The response indicates whether the record is a campaign-level or ad-group-level exclusion based on the presence of the adGroupId field. Campaign-level negatives don’t include adGroupId in the response. Ad-group-level negatives include it. The presence of adGroupId in the response distinguishes which level the negative keyword applies to.  |   |   |  Deleted negative keywords remain retrievable by ID and never expose a bid field.  |   |   |   |  Payload Examples

## See Also

- [Create a Negative Keyword](apple-ads-platform-api/post-negative-keywords.md)
- [Query Negative Keywords](apple-ads-platform-api/post-negative-keywords-query.md)
- [Update a Negative Keyword](apple-ads-platform-api/put-negative-keywords-_id_.md)
- [Delete a Negative Keyword](apple-ads-platform-api/delete-negative-keywords-_id_.md)
