---
title: "Get Preset"
method: GET
path: "/felix/presets/{preset_id}"
tags: ["felix"]
---

# Get Preset

`GET /felix/presets/{preset_id}`

Get a preset configuration for authenticated callers.

## Path parameters

- `preset_id` string, required

## Response `200`

Successful Response

- PresetDetail — Preset detail with full configuration
  - `id` string, required
  - `name` string, required
  - `description` string, required
  - `task_type` string, required
  - `config` object, required
  - `tags` string[]

## Other responses

- `422` — Validation Error

---

[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/b92f75fd3b61/schema)
