---
title: "Get event names"
method: GET
path: "/api/v1/projects/{projectUuid}/funnel/event-names"
tags: ["Funnel"]
---

# Get event names

`GET /api/v1/projects/{projectUuid}/funnel/event-names`

Get distinct event names from a dimension for funnel step selection.
Scans the last 30 days of data to limit query cost.

## Path parameters

- `projectUuid` string, required

## Query parameters

- `exploreName` string, required
- `eventDimensionId` string, required
- `timestampFieldId` string, required

## Response `200`

Success

- ApiFunnelEventNamesResponse
  - `results` string[], required
  - `status` 'ok', required

## Other responses

- `default` — Error

---

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