list runnables (scripts, flows, apps) merged, ordered and keyset-paginated
Path parameters
Query parameters
sort key: 'updated' (default) or 'name'
order by desc order (default true)
comma-separated subset of script,flow,app (default all)
include library scripts (no runnable main)
restrict to paths under this prefix
case-insensitive fuzzy match on "summary (path)": the query is split into terms on runs of anything but ASCII letters, digits and apostrophes, and each of the first 8 must appear whole and in order, with anything in between. Terms past the 8th are ignored, so an over-long query matches more rows rather than fewer. Omitted or empty filters nothing; a query holding no ASCII-alphanumeric character at all (a lone space, "_", or text in a non-Latin script) yields no terms and matches nothing, mirroring the homepage, whose matcher discards those queries too.
number of items to return for a given page (default 30, max 100)
opaque keyset cursor from a previous page's next_cursor
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