| event_id | string | Audit log ID. This ID is the same as the /logs endpoint. |
| occurred_at | timestamp | Timestamp when event occurred, corresponds to created_at in logs endpoint, reported in UTC. |
| event_type | string | The type of event. |
| resource_id | string | The ID of the resource involved in the event. |
| actor_id | string | The identifier of the actor who initialized the event. |
| actor_type | string | The type of actor who initialized the event. The possible values are unknown, user, api_key, provider. |
| current_resource | json | Nullable JSON object representing the current state of the resource. DELETE operations will never have this field populated. |
| previous_resource | json | Nullable JSON object representing the previous state of the resource. CREATE operations will never have this field populated. |