pub async fn steps_list(
__arg0: State<AppState>,
__arg1: Path<(String, String)>,
) -> Result<Json<StepList>, ApiError>Expand description
GET /v1/tasks/:id/runs/:run/steps — every step visible for the
addressed Run, unfiltered (see the module doc’s role split).