catalog
catalog

Preview workflows for a catalog API without importing

Server-side Arazzo fetch + parse for the directory workflow preview.

Returns one row per workflow inside workflows.arazzo.json with just enough metadata to render the API Detail Sheet's Workflows section (workflow id, recomputed slug, summary, description, steps count).

Empty-list response (rather than 404) when the api_id has no workflow manifest entry — keeps the UI rendering path uniform: the sheet always asks, sometimes the answer is "none".

get/catalog/{api_id}/workflows

Path parameters

api_idstring required

Catalog api_id to preview workflows for

Catalog api_id to preview workflows for

Response

Successful Response

{"stackTrail":"paths:/catalog/{api_id}/workflows:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes