---
title: "Retrieve a list of Ad Groups"
method: GET
path: "/v2/adgroups"
tags: ["AdGroups"]
---

# Retrieve a list of Ad Groups

`GET /v2/adgroups`

Retrieves a paginated list of Ad Groups.

## Query parameters

- `pageSize` number
- `page` number

## Headers

- `Authorization` string, required

## Response `200`

A paginated list of Ad Groups.

- ResponseAdGroupsV2Dto
  - `pageSize` number — The maximum number of items returned per page.
  - `page` number — The current page number.
  - `totalResults` number — The total number of results.
  - `hasMore` boolean — Whether there are more results.
  - `data` ResponseAdGroupV2Dto[] — A list of Ad Groups.
    - `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

- `401` — Missing or invalid authentication token.

---

[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)
