---
title: "List all steps and variants for a sequence"
method: GET
path: "/v1/sequences/{sequenceId}/steps"
tags: ["sequences"]
---

# List all steps and variants for a sequence

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

Return every step in the sequence, in execution order, each with its variants and their payloads. Useful for exporting a sequence or for inspecting what will be sent.

## Path parameters

- `sequenceId` string, required

## Response `200`

Successfully fetched all sequences and their associated steps

## Other responses

- `400` — 1001: Invalid token<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)
