v106

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

get all logs for a flow job in a structured format

get/w/{workspace}/jobs_u/get_flow_all_logs_structured/{id}

Path parameters

workspacestring required
idstring uuid required

Response

structured logs of all flow steps, one entry per job

job_idstring required
labelstring required

human-readable label describing the job's position in the flow tree

kindstring required

job kind (script, flow, forloopflow, ...)

flow_step_idstring nullable
step_pathstring nullable

materialized step path (e.g. "a/b")

depthinteger required

depth in the flow tree (0 for the root flow job)

parent_module_typestring nullable

parent module type (forloopflow, branchall, ...)

sibling_indexinteger required

1-based index of this job among siblings sharing the same step

sibling_countinteger required

total number of siblings sharing the same step

logsstring required