---
title: "Get template Ad details"
method: GET
path: "/app/{appId}/template/{templateId}/ads"
tags: ["Template"]
---

# Get template Ad details

`GET /app/{appId}/template/{templateId}/ads`

## Path parameters

- `appId` string, required
- `templateId` string, required

## Response `200`

Success

- TemplateAdDetails
  - `adId` string — Unique identifier for the ad
  - `adName` string — Name of the ad
  - `adStatus` string — Current status of the ad
  - `createdDate` string, date-time — Date when the ad was created
  - `impressions` integer — Number of times the ad was viewed
  - `clicks` integer — Number of times the ad was clicked

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - no permissions to access resource
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/gupshup/apis/partner-portal-public-apis.md) · [All operations](https://skmtc.net/gupshup/apis/partner-portal-public-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gupshup/partner-portal-public-apis/revisions/1846573c8f87/schema)
