pub async fn get_run(
__arg0: State<AppState>,
__arg1: Path<String>,
) -> (StatusCode, Json<ApiResponse<RunResponse>>)Expand description
Get a run by ID
pub async fn get_run(
__arg0: State<AppState>,
__arg1: Path<String>,
) -> (StatusCode, Json<ApiResponse<RunResponse>>)Get a run by ID