v106

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

List Inputs used in previously completed jobs

get/w/{workspace}/inputs/history

Path parameters

workspacestring required

Query parameters

runnable_idstring
runnable_type'ScriptHash' | 'ScriptPath' | 'FlowPath'
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)

argsstring

filter on jobs containing those args as a json subset (@> in postgres)

include_previewboolean

Response

Input history for completed jobs

idstring required
namestring required
created_bystring required
created_atstring date-time required
is_publicboolean required
successboolean