---
title: "Preview workflows for a catalog API without importing"
method: GET
path: "/catalog/{api_id}/workflows"
tags: ["catalog", "catalog"]
---

# Preview workflows for a catalog API without importing

`GET /catalog/{api_id}/workflows`

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".

## Path parameters

- `api_id` string, required — Catalog api_id to preview workflows for

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-29** `2f5d07712937` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/catalog/:api_id/workflows/get.md)

---

[API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.dev/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jentic/jentic-control-plane-api/revisions/2f5d07712937/schema)
