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

# Get All Campaign Negative Keywords

Fetches all negative keywords in a campaign.

## Discussion

To return all campaign negative keywords, use the associated `campaignId` 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 all campaign negative keywords

**Request:**

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

**Response:**

```json
[
        {
            "id": 542370642,
            "campaignId": 542370539,
            "adGroupId": 427916203,
            "text": "Get campaign negative keyword example 1",
            "status": "ACTIVE",
            "matchType": "BROAD",
            "modificationTime": "2024-04-08T17:48:31.979",
            "deleted": false
        },
        {
            "id": 542370643,
            "campaignId": 542370539,
            "adGroupId": 427916203,
            "text": "Get campaign negative keyword example 2",
            "status": "ACTIVE",
            "matchType": "EXACT",
            "modificationTime": "2024-04-08T17:48:31.984",
            "deleted": false
        },
        {
            "id": 542370644,
            "campaignId": 542370539,
            "adGroupId": 427916203,
            "text": "Get campaign negative keyword example 3",
            "status": "ACTIVE",
            "matchType": "EXACT",
            "modificationTime": "2024-04-08T20:52:59.050",
            "deleted": false
        },
        {
            "id": 542370645,
            "campaignId": 542370539,
            "adGroupId": 427916203,
            "text": "Get campaign negative keyword example 4",
            "status": "ACTIVE",
            "matchType": "BROAD",
            "modificationTime": "2024-04-08T20:52:59.054",
            "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)