pub async fn step_get(
__arg0: State<AppState>,
__arg1: Path<(String, String, String)>,
__arg2: Query<StepPathQuery>,
) -> Result<Json<StepSummary>, ApiError>Expand description
GET /v1/tasks/:id/runs/:run/steps/:step?path=$.a.b — one step’s
metadata, optionally narrowed. GH #23 subtask-3: :step is
canonicalized (adapter.resolve_step_name) before the lookup, so
either the canonical name or any alias 200s — the reported
StepSummary::name is always the canonical form.