job
get statuses and truncated results for all jobs of a flow job's execution tree
get/w/{workspace}/jobs_u/get_flow_all_results/{id}
Path parameters
workspacestring required
idstring uuid required
Query parameters
max_result_leninteger
per-entry cap (in characters of JSON text) on result_prefix (default 2000, max 30000)
stepstring
step address to resolve to a single job instead of enumerating the tree: "b", "b/c", "b[12]" (1-based iteration/branch), composable as "b[12]/c"
Response
per-job statuses and truncated results of the flow's execution tree, or the single resolved entry when step is provided