---
title: "List Custom Enums"
method: GET
path: "/custom-enums"
tags: ["custom-enums"]
---

# List Custom Enums

`GET /custom-enums`

List all custom enums for the authenticated user.

Args:
    auth: Authenticated caller (read-only).
    service: Custom-enum service.

Returns:
    CustomEnumListResponse sorted by name.

## Response `200`

Successful Response

- CustomEnumListResponse — Response model for listing custom enums.
  - `success` boolean
  - `enums` CustomEnumResponse[], required
    - `id` string, required
    - `user_id` string, required
    - `name` string, required
    - `values` string[], required
    - `description` string, nullable
    - `created_at` string, required
    - `updated_at` string, required
  - `count` integer, required

---

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