---
title: "Retrieve a single Ad Group"
method: GET
path: "/v2/adgroups/{id}"
tags: ["AdGroups"]
---

# Retrieve a single Ad Group

`GET /v2/adgroups/{id}`

Retrieves a single Ad Group by its ID.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

The requested Ad Group.

- ResponseAdGroupV2Dto
  - `id` string — The ID of the ad group (prefix `AG-`).
  - `name` string — The name of the ad group.
  - `displayOrder` number — The display order of the ad group.
  - `description` string — The description of the ad group.
  - `disabled` boolean — Indicates whether the ad group is disabled or not.

## Other responses

- `400` — The provided ID is not a valid ad group ID.
- `401` — Missing or invalid authentication token.
- `404` — Ad Group not found.

---

[API](https://skmtc.net/workiz/apis/developer-api.md) · [All operations](https://skmtc.net/workiz/apis/developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workiz/developer-api/revisions/14666f4db0f8/schema)
