list all scripts
Path parameters
Query parameters
which page to return (start at 1, default 1)
number of items to return for a given page (default 30, max 100)
order by desc order (default true)
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')
mask to filter matching starting path
mask to filter exact matching path
mask to filter scripts whom first direct parent has exact hash
mask to filter scripts whom last parent in the chain has exact hash. Beware that each script stores only a limited number of parents. Hence the last parent hash for a script is not necessarily its top-most parent. To find the top-most parent you will have to jump from last to last hash until finding the parent
is the hash present in the array of stored parent hashes for this script. The same warning applies than for last_parent_hash. A script only store a limited number of direct parent
(default false) show only the archived files. when multiple archived hash share the same path, only the ones with the latest create_at are ed.
(default false) include scripts without an exported main function
(default false) include scripts that have no deployed version
(default regardless) if true show only the templates if false show only the non templates if not defined, show all regardless of if the script is a template
(default regardless) script kinds to filter, split by comma
(default false) show only the starred items
(default false) include deployment message
Filter to only include scripts written in the given languages. Accepts multiple values as a comma-separated list.
(default false) If true, the description field will be omitted from the response.
(default regardless) If true, show only scripts with dedicated_worker enabled. If false, show only scripts with dedicated_worker disabled.
Filter by label
Response
All scripts