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

# Get an Ad

Retrieves a single ad by its unique identifier.

## URL

GET https://api.ads.apple.com/v1/ads/{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 by its ID. The response includes systemStatus, displayStatus, systemStatusReasons, and systemStatusLimitingReasons. To diagnose why an ad may not be delivering, use these fields together. See Ads Endpoints for the full status field semantics. The displayStatus field resolves to one of the following values:  |   |   |   |   |   |   |   |   |  When systemStatus is NOT_RUNNING, check the following causes:  |   |   |   |   |   |  Keep the following constraints in mind when reading a GET response:  |   |   |   |   |  Payload Examples

## See Also

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