v106

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
flow

list all flows

get/w/{workspace}/flows/list

Path parameters

workspacestring required

Query parameters

pageinteger

which page to return (start at 1, default 1)

per_pageinteger

number of items to return for a given page (default 30, max 100)

order_descboolean

order by desc order (default true)

created_bystring

filter by exact matching user creator. Supports comma-separated list (e.g. 'alice,bob') and negation by prefixing all values with '!' (e.g. '!alice,!bob')

path_startstring

mask to filter matching starting path

path_exactstring

mask to filter exact matching path

show_archivedboolean

(default false) show only the archived files. when multiple archived hash share the same path, only the ones with the latest create_at are displayed.

starred_onlyboolean

(default false) show only the starred items

include_draft_onlyboolean

(default false) include items that have no deployed version

with_deployment_msgboolean

(default false) include deployment message

without_descriptionboolean

(default false) If true, the description field will be omitted from the response.

dedicated_workerboolean

(default regardless) If true, show only flows with dedicated_worker enabled. If false, show only flows with dedicated_worker disabled.

labelstring

Filter by label