---
title: "Get sequence step variants"
method: GET
path: "/v1/sequences/{sequenceId}/steps/{stepId}"
tags: ["sequences"]
---

# Get sequence step variants

`GET /v1/sequences/{sequenceId}/steps/{stepId}`

## Path parameters

- `sequenceId` string, required
- `stepId` string, required

## Response `200`

Sequence step variants fetched successfully

- SequenceStepVariant[]
  - `id` string — Unique identifier for the sequence step variant
  - `payload` SequenceStepVariantPayload
    - `content` string — Email content (HTML)
    - `preheader` string — Email preheader text
    - `subject` string — Email subject line
    - `connectionNote` string — LinkedIn connection note
    - `message` string — LinkedIn InMail or WhatsApp message
    - `title` string — Custom task title
    - `action` object — Custom task action
  - `taskNote` string — Optional note associated with the variant task
  - `status` number — Status of the variant (0: Inactive, 1: Active)
  - `type` number — Type of the sequence step (1: Email, 2: LinkedInConnectionRequest, 3: LinkedInMessage, 4: LinkedInInMail, 5: LinkedInViewProfile, 9: Custom, 11-15: Call variants, 16-18: WhatsApp variants)
  - `executionType` number — Execution type of the step (1: Automated, 2: Manual)
  - `stepStatus` number — Status of the parent step (0: Inactive, 1: Active)

## Other responses

- `400` — 4000: Failed to fetch sequence step variants<br><br>
- `500` — 5001: Internal server error, please try again later<br><br>

---

[API](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy.md) · [All operations](https://skmtc.dev/saleshandy/apis/develop-with-saleshandy/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/saleshandy/develop-with-saleshandy/revisions/fdaa0f2dcdfb/schema)
