pub async fn run_get( __arg0: State<AppState>, __arg1: Path<String>, ) -> Result<Json<RunRecord>, ApiError>
GET /v1/runs/:id. Returns a single RunRecord (its step_entries trace included).
GET /v1/runs/:id
RunRecord
step_entries