Skip to main content

run_get

Function run_get 

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

GET /v1/runs/:id. Returns a single RunRecord (its step_entries trace included).