---
title: "List campaign goals"
method: GET
path: "/campaigns/{campaignId}/goals"
tags: ["Campaigns"]
---

# List campaign goals

`GET /campaigns/{campaignId}/goals`

Lists the conversion goals attached to an email campaign. SMS campaigns are not supported.

## Path parameters

- `campaignId` string, required

## Response `200`

Campaign goals retrieved successfully

- object
  - `success` boolean
  - `goals` CampaignGoal[]
    - `id` string
    - `campaignId` string
    - `scope` 'campaign'
    - `name` string
    - `description` string, nullable
    - `triggerType` 'event' | 'attribute_change' | 'tag_added'
    - `triggerEventName` string
    - `triggerTagName` string, nullable
    - `attributePath` string, nullable
    - `attributeCondition` 'changed' | 'changed_to' | 'changed_from_to', nullable
    - `attributeValue` string, nullable
    - `attributePreviousValue` string, nullable
    - `eventPropertyName` string, nullable
    - `eventPropertyLabel` string, nullable
    - `attributionWindowHours` integer
    - `isActive` boolean

## Other responses

- `404` — Campaign not found
- `503` — The database was temporarily unavailable. The request may be retried after the delay in Retry-After.

## Changes

- **2026-08-26** `11b6d27ba1de` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/campaigns/:campaignId/goals/get.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/73f826277d9a/schema)
