Hi @rnowitzki , Say Parent API generates a message id[Ex-88e59799-986f-4099-838e-2128ca333] for each API hit, it generates unique message id for each hit from parent- this gives the count of Parent transaction, here am tracking all count of parent with API name/URL, but backend is called by other APIs as well. so i want backends API called by my parent API. If am tracking with single messageid- ex which i shared i see all the backends, but with load of 2000 or 3000 how do get filter.
... View more