---
title: "List Split Test Steps"
method: GET
path: "/funnels/{funnel_id}/split_test_steps"
tags: ["Funnels::SplitTestStep"]
---

# List Split Test Steps

`GET /funnels/{funnel_id}/split_test_steps`

List all split test steps in a funnel. Each split test wraps an existing page in a
two-branch split and optionally attaches a second page.

See the [Funnels Skill](https://accounts.myclickfunnels.com/.well-known/funnels/skill.md#split-test-steps) for the full split-test surface.

## Path parameters

- `funnel_id` integer, required

## Response `200`

OK

- object
  - `split_test_steps` SplitTestStepAttributes[]
    - `id` integer — Split test step ID
    - `public_id` string — Obfuscated split test step ID
    - `funnel` object — The funnel containing this split test.
      - `id` integer — Funnel ID
      - `public_id` string — Obfuscated funnel ID
      - `name` string — Funnel name
    - `variants` object[] — Ordered variants. Binary split tests always have 2 entries.
      - `show_page_step` object, nullable — The ShowPageStep function attached to this branch, or null if empty.
        - `id` integer
        - `public_id` string
        - `name` string
        - `current_path` string
      - `page` object, nullable — The page attached to this branch, or null if empty.
        - `id` integer
        - `public_id` string
        - `name` string
      - `weight` integer — Percentage of traffic sent to this branch (0..100). Branches must sum to 100.
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

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

---

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