v106

OpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-03812347972.4 KB
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

enclosing_jobstring uuid

set when the requested job is itself a step of a larger flow run; id of the flow run directly enclosing it

truncatedboolean

true when the tree has more jobs than the entry cap; entries then hold the depth-first prefix

scope_filteredboolean

true when the caller's token is tag-scoped; steps running on other tags are omitted

step_errorstring

set when step was provided but could not be resolved; a diagnostic listing available step ids or iteration statuses