List the Workflow preset gallery
curl --request GET \
--url https://breadbox.example.com/api/v1/workflow-presets \
--header 'X-API-Key: <api-key>'[
{}
]Returns the code-defined Workflow presets, each annotated with whether it has been enabled (instantiated as a workflow). Presets are templates, not stored rows — a row exists only once the preset is enabled.
List the Workflow preset gallery
curl --request GET \
--url https://breadbox.example.com/api/v1/workflow-presets \
--header 'X-API-Key: <api-key>'[
{}
]Authorizations
Breadbox API key with format bb_<base62>. Carries either read_only
or full_access scope. Write endpoints (and a handful of sensitive
reads — /api-keys, /users/{user_id}/login) require full_access;
endpoints that require it are flagged in their description.
Response
200 - application/json
Bare JSON array of preset views ({slug, name, category, icon, description, enabled, ...}).
Last modified on June 5, 2026
⌘I