---
title: "List Presets"
method: GET
path: "/felix/presets"
tags: ["felix"]
---

# List Presets

`GET /felix/presets`

List all available presets for authenticated callers.

## Response `200`

Successful Response

- PresetMetadata[]
  - `id` string, required
  - `name` string, required
  - `description` string, required
  - `task_type` string, required
  - `tags` string[]

---

[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)
