pub async fn handle_get( task_mgr: &impl TaskBackend, id: i64, with_events: bool, with_context: bool, format: String, ) -> Result<()>