Geoip doesn't always work

Hey @adrian5 - Thanks for clarifying!

I’ll admit I’m a bit confused on the ask here. Are you asking to filter out the “successful exchange” event in your tenant dashboard logs or are you seeing this event come through in your own logs as a result of the action code?

Unfortunately, as far as I’m aware (asking internally to confirm) geoip is not directly available in action details (if you were to log via action) nor in the log stream directly. You can however retrieve the geoip using the Management API via the /api/v2/logs/{id} endpoint OR should you log them through your Action, you can grab the execution ID from the log event and fetch the data from /api/v2/actions/executions/{id}

I came across the following feedback request, it might be worth adding your own to include geoip in log streaming by default.