<!--
{
  "availability" : [
    "Search Ads: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple_Ads",
  "identifier" : "/documentation/apple_ads/Get-a-Campaign-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-{}-negativekeywords-{}"
  },
  "title" : "Get a Campaign Negative Keyword"
}
-->

# Get a Campaign Negative Keyword

Fetches a specific negative keyword in a campaign.

## Discussion

To return a specific campaign negative keyword, use the associated `campaignId` and `keywordId` in the URI. 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 a campaign negative keyword

**Request:**

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

**Response:**

```json
{  
  "id": 542370642,
  "campaignId": 542370539,
  "adGroupId": 542317095,
  "text": "Get campaign negative keywords example",
  "status": "ACTIVE",
  "matchType": "BROAD",
  "modificationTime": "2024-04-08T17:48:31.979",
  "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)