---
title: "List sequence goals"
method: GET
path: "/sequences/{sequenceId}/goals"
tags: ["Sequences"]
---

# List sequence goals

`GET /sequences/{sequenceId}/goals`

Lists the conversion goals configured for a sequence.

## Path parameters

- `sequenceId` string, required

## Response `200`

Sequence goals retrieved successfully

- object
  - `success` boolean
  - `goals` SequenceGoal[]
    - `id` string
    - `automationId` string
    - `name` string
    - `description` string, nullable
    - `triggerType` 'event' | 'attribute_change'
    - `triggerEventName` string
    - `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` — Sequence not found

---

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