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

# GET /v1/groups/{id}

`GET /v1/groups/{id}`

Returns details for a single Group.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- object — Successful Response
  - `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
- `404` — Group not found

---

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