pub async fn get_event(
__arg0: State<DebugController>,
__arg1: Extension<Option<RequestContext>>,
__arg2: Path<(String, String, String, String)>,
) -> Result<Json<Value>, StatusCode>Expand description
Get event data by event_id - returns event with invocationId for trace linking