Hey there!
I am trying to combine information from knowledge alerts and the eventsĀ (a.k.a analytics)Ā endpoint, however, I am unsure how to do this. So far, my best attempt has been joining both information using the field card_idĀ (both knowledge_alerts and events provide it) and filtering the events with type = āalert-readā. However, this is not ideal since a given card_id could be related to > 1 knowledge alert, so my question isā¦Ā Is there any way to know which event is related to which knowledge_alert? It would be nice to have an `alert_id` field under the events endpoint.
Thank you in advance!
IƱigo