Audit Trails: How to get more information about audit events

I’m trying to find more information about the individual events that are listed in the audit trails through the terraform cloud api so that I can track them. I see that each audit event includes a request.id and resource.id. I was wondering if there is a way to use either or both of these IDs to get more information about what is changing with each event (i see resource.type and resource.action but is there more?) and which machine(s), cluster, instance, etc is being changed.

Also, if anyone is aware of another way to capture event information, I’m totally open to any suggestions you may have. I’m very new to terraform and IaC in general so please excuse me if my question comes off as naive.

Thank you!