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

# GET /v1/campaigns

`GET /v1/campaigns`

Lists all campaigns.

## Query parameters

- `cursor` string
- `query` string
- `client_id` string
- `status` 'live' | 'approved' | 'completed'

## Response `200`

Successful Response

- object — Successful Response
  - `metadata` object
    - `cursor` unknown
    - `page_size` integer
    - `total` integer
  - `data` object[]
    - `id` string — Identifies a single campaign.
    - `name` string
    - `ugcid` string
    - `initiative_name` string
    - `status` string
    - `approved_budget` number
    - `start_date` unknown
    - `end_date` unknown
    - `client_id` string — Identifies a single client.
    - `brand_id` string — Identifies a single brand.
    - `created_at` string
    - `objectives` object[]
      - `id` string — Identifies a single objective.
      - `name` string
      - `kpi_name` string
      - `goal` number
      - `other_objective_type_description` unknown
      - `other_kpi_description` unknown
      - `created_at` string
    - `account_team` string[]
  - `included` object
    - `account_team_users` object[]
      - `id` string
      - `first_name` string
      - `last_name` string
      - `email` string
      - `created_at` string

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