<!--
{
  "availability" : [
    "Search Ads: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple_Ads",
  "identifier" : "/documentation/apple_ads/Get-an-Ad-Group-Negative-Keyword",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Apple Ads"
    ],
    "preciseIdentifier" : "rest:apple_ads:get:v5-campaigns-{}-adgroups-{}-negativekeywords-{}"
  },
  "title" : "Get an Ad Group Negative Keyword"
}
-->

# Get an Ad Group Negative Keyword

Fetches a specific negative keyword in an ad group.

## Discussion

To return a specific negative keyword, use the associated `campaignId`, `adgroupId`, and `keywordId` as a resource. You can also use a partial fetch. For more information, see the Use a Partial Fetch section of [Using Apple Ads API Functionality](/documentation/Apple_Ads/using-apple-search-ads-api-functionality).

### Payload example: Get an ad group negative keyword

**Request:**

```
GET https://api.searchads.apple.com/api/v5/campaigns/{campaignId}/adgroups/{adgroupId}/negativekeywords/{keywordId}
```

**Response:**

```json
{
  "id": 542370642,
  "campaignId": 542370539,
  "adGroupId": 427916203,
  "text": "ad group negative keyword example 1",
  "status": "ACTIVE",
  "matchType": "EXACT",
  "modificationTime": "2024-04-08T17:49:30.399",
  "deleted": false
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)