---
title: "GET /v1/groups"
method: GET
path: "/v1/groups"
tags: ["Analytics"]
---

# GET /v1/groups

`GET /v1/groups`

Lists all Groups.

## Query parameters

- `cursor` string
- `query` string

## Response `200`

Successful Response

- object — Successful Response
  - `metadata` object
    - `cursor` unknown
    - `page_size` integer
    - `total` integer
  - `data` object[]
    - `id` integer — Identifies a single group.
    - `name` string — The display name for the requested group.
    - `budget` object — The budget settings for this group.
      - `flight_dates` object — The specific dates under which this group will run.
        - `from` string — Start date of the tactics within this group's flight.
        - `to` string — End date of the tactics within this group's flight.
      - `even_delivery_enabled` boolean — Set to True if the budget amount should be evenly delivered throughout the day.
      - `type` string — Budget type. Possible values are: all_time, daily
      - `amount` string — Budget amount, USD
    - `status` string — The tactic's status controls whether campaigns in the group can bid on impressions.
    - `pacing_setting` string — Controls whether budget pacing is controlled at the group or tactic level.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/basis/apis/basis-platform-api.md) · [All operations](https://skmtc.net/basis/apis/basis-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basis/basis-platform-api/revisions/6e0eb87d51e6/schema)
