---
title: "List campaigns"
method: GET
path: "/measurement/campaigns"
tags: ["Campaigns"]
---

# List campaigns

`GET /measurement/campaigns`

## Response `200`

OK

- object
  - `measurementCampaigns` CampaignWithParent[]
    - `id` string
    - `name` string
    - `startDate` string, date
    - `endDate` string, date
    - `attributionMethodology` 'last_touch' | 'equal_credit'
    - `operativeId` string
    - `salesforceId` string
    - `customEvents` CustomViewEvent[]
      - `id` integer — Magellan AI's ID for the custom view event.
      - `label` string
      - `pattern` string
    - `pixel` Pixel
      - `id` string
      - `name` string
      - `brand` object
        - `crmBrandId` string
        - `name` string
  - `meta` Metadata
    - `pagination` object
      - `currentPage` integer
      - `totalPages` integer
      - `count` integer
      - `links` object
        - `first` string, uri
        - `prev` string, uri
        - `next` string, uri
        - `last` string, uri

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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