Skip to main content

run_steps

Function run_steps 

Source
pub async fn run_steps(
    __arg0: State<AppState>,
    __arg1: Path<String>,
) -> Result<Json<RunStepsResponse>, ApiError>
Expand description

GET /v1/runs/:id/steps — the Run’s terminal per-step stats (StepEntry list) as a standalone sub-resource. Same data GET /v1/runs/:id embeds; split out so stats consumers don’t drag the full RunRecord (launch snapshot etc.) per poll.