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

# GET /v1/tactics

`GET /v1/tactics`

Lists all Tactics.

## 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 tactic.
    - `name` string — The display name for the requested tactic.
    - `group_id` integer — Identifies the single group ID that is a parent of the requested tactic.
    - `budget` object — The budget settings for this tactic.
      - `amount` string — Amount in dollars budgeted for this tactic.
      - `schedule` object — The budget scheduling settings applied to this tactic.
        - `flight_dates` object — The specific dates under which this tactic will run.
          - `from` string — Start date of tactic flight.
          - `to` string — End date of tactic flight.
      - `type` string — Type of budget used for this tactic. Possible values are: all_time, daily
      - `even_delivery_enabled` boolean — Set to True if the budget amount should be evenly delivered throughout the day.
      - `pacing_priority` integer — How should this tactic be prioritized compared to your other tactics? Default value is 1.
    - `status` string — The current status of this tactic. Possible values are: online, offline, archived
    - `default_bid` number — The default bid set for this tactic.

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