---
title: "GET /v4/enums/{enumName}"
method: GET
path: "/v4/enums/{enumName}"
tags: ["Enums"]
---

# GET /v4/enums/{enumName}

`GET /v4/enums/{enumName}`

Get detailed information about a specific enum including all entries with their values, names, and descriptions (if available).

## Path parameters

- `enumName` string, required — Name of the enum (e.g., CampaignType, ChainId, DistributionMethod)

## Response `200`

Response for status 200

- object
  - `name` string, required — The enum name
  - `entries` object[], required — Array of all entries in this enum
    - `value` union, required — The enum value (number or string)
      - string
      - number
    - `key` string, required — The enum key
    - `description` string — Human-readable description of the enum entry
  - `type` union, required — The type of values in this enum
    - string
    - string

---

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