---
title: Get an Ad Group
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-adgroups-_id_
---

# Get an Ad Group

Retrieve a single ad group by its unique identifier.

## URL

GET https://api.ads.apple.com/v1/adgroups/{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 ad group by its ID. The response includes all fields set at creation and any values modified since, including the full targeting and bidStrategy nested objects. The response includes the following status fields:  |  |   |  |   |  |   |  |  Keep the following constraints in mind when reading a GET response:  |   |   |   |  Payload Examples

## See Also

- [Create an Ad Group](apple-ads-platform-api/post-adgroups.md)
- [Query Ad Groups](apple-ads-platform-api/post-adgroups-query.md)
- [Update an Ad Group](apple-ads-platform-api/put-adgroups-_id_.md)
- [Delete an Ad Group](apple-ads-platform-api/delete-adgroups-_id_.md)
