---
title: "List workflows — browse available multi-step Arazzo workflows"
method: GET
path: "/workflows"
tags: ["catalog"]
---

# List workflows — browse available multi-step Arazzo workflows

`GET /workflows`

Returns registered workflows (source: local) plus available catalog workflow sources
(source: catalog) — APIs in the Jentic public catalog that have associated workflows.

Catalog entries show the API they belong to; add credentials to auto-import their workflows.
Use ?source=local or ?source=catalog to filter. Default returns all.

Pass `page` + `limit` for a `{data, total, page, limit, total_pages}` envelope; omit
both to keep the original bare-list response (workspace tiles still work the old way).

## Query parameters

- `page` integer, nullable — Page number (1-indexed). When supplied alongside `limit`, the response switches from a bare list to a `{data, total, page, limit, total_pages}` envelope. Default (omitted) returns the unpaginated list for backward compatibility with existing callers.
- `limit` integer, nullable — Page size when paginating. Triggers the paginated envelope shape — see `page`. Omit both to keep the historical bare-list behaviour.
- `q` string, nullable — Filter by name or API, e.g. "stripe" or "oauth"
- `source` string, nullable — Filter by source: "local" or "catalog"

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-05-29** `2f5d07712937` — 2 info
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `page`
- **2026-04-13** `76e8f6063728` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/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/0d76c7617aae/schema)
