Retrieve Mirror Page without tracking Opens using API
As per below doc's reference, Mirror Pages can be retrieved using the mirrorPage node:
https://docs.adobe.com/content/help/en/campaign-standard/using/working-with-apis/interacting-with-marketing-history.html
{
"PKey": "<PKEY>",
"category": "email",
"date": "2018-05-17 08:44:49.366Z",
"href": "https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServices/history/<PKEY>/events/<PKEY>",
"label": "Send via email",
"mirrorPage": {
"href": "https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServices/history/<PKEY>/events/<PKEY>/mirrorPage/"
},
"type": "outbound"
}
However, the moment href is queried, it seems to trigger Opens for the corresponding link.
Is there a way we could retrieve Mirror Page links without tracking pixels being triggered.