Get WriteResult in Atlas Trigger

Is it possible to get the WriteResult from within an Atlas Trigger?

Specifically, I have an update statement with { muitl: true }, I need to know when more than one document has been updated.

Also, would it be possible to get the documents that were updated? Or at least their _id’ s?

Thanks.

Yes, in log forwarding for the Data API you can get this information.