v2

latestOpenAPI 3.1.02026-08-05313314398.1 KB
steps

Get Run

Get run details including step runs.

auth is declared to enforce authentication via FastAPI's dependency system; the project-perm check is resolved against the run's own company so multi-company users polling a run (e.g. dashboard InputForm) are not 404'd when their selected X-Company-ID differs from run.company_id.

get/api/v1/steps/run/{run_id}

Path parameters

run_idstring uuid required

Response

Successful Response

idstring uuid required
project_idstring uuid required
company_idstring uuid required
user_idstring uuid required
root_step_idstring uuid nullable required
statusstring required
errorstring nullable required
error_summarystring nullable required
trigger_sourcestring required
source_run_idstring uuid nullable
temporal_workflow_idstring nullable required
force_fullboolean
started_atstring date-time required
finished_atstring date-time nullable required