---
title: "Get Custom Funnel"
method: POST
path: "/v1/analytics/funnels/custom"
tags: ["analytics-v2", "admin"]
---

# Get Custom Funnel

`POST /v1/analytics/funnels/custom`

## Request body

- CustomFunnelRequest
  - `funnel_name` string, required
  - `steps` string[], required — List of event names in order
  - `start_date` string, nullable
  - `end_date` string, nullable
  - `date_filter` object, nullable
  - `segmentation` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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