v106

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
script

list runnables (scripts, flows, apps) merged, ordered and keyset-paginated

get/w/{workspace}/runnables/list

Path parameters

workspacestring required

Query parameters

order_by'updated' | 'name'

sort key: 'updated' (default) or 'name'

order_descboolean

order by desc order (default true)

kindsstring

comma-separated subset of script,flow,app (default all)

show_archivedboolean
include_without_mainboolean

include library scripts (no runnable main)

path_startstring

restrict to paths under this prefix

labelstring
searchstring

case-insensitive substring match on summary or path

per_pageinteger

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

cursorstring

opaque keyset cursor from a previous page's next_cursor

include_draft_onlyboolean

also list the caller's drafts at paths with no deployed row, sorted and paginated with the deployed ones. Ignored for operators, in the archived view, and under a label filter (a draft carries no labels).

Response

a page of merged, ordered runnables

next_cursorstring