Skip to main content

step_get

Function step_get 

Source
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.