---
title: "List available behavior presets."
method: GET
path: "/api/velma-2-batch/list-presets"
---

# List available behavior presets.

`GET /api/velma-2-batch/list-presets`

Returns the catalog of behavior presets that can be referenced
from the `behaviors` array in a BatchConfig using the
`preset:<identifier>` syntax. Each entry includes the preset
`identifier`, `name`, `short_description`, and
`detailed_description`.

## Response `200`

List of premade presets.

- ListPresetsResponse
  - `presets` BehaviorPresetListing[], required
    - `identifier` string, required — The preset identifier to use in a `preset:<identifier>` behavior reference.
    - `name` string, required
    - `short_description` string, required
    - `detailed_description` string, required

## Other responses

- `403` — Forbidden - the request is not permitted
- `429` — Too many requests - the request could not be completed due to insufficient credits
- `502` — Bad gateway - the request could not be validated

---

[API](https://skmtc.dev/modulate/apis/velma-2-accent-batch-api.md) · [All operations](https://skmtc.dev/modulate/apis/velma-2-accent-batch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/modulate/velma-2-accent-batch-api/revisions/b4c9ce648efa/schema)
