Skip to main content
All activity on the Prequel Import platform is recorded in an immutable audit log. You can view this audit log via API or Reporting Export.

Audit log data model

Field NameData TypeDescription
event_idstringAudit log ID. This ID is the same as the /logs endpoint.
occurred_attimestampTimestamp when event occurred, corresponds to created_at in logs endpoint, reported in UTC.
event_typestringThe type of event.
resource_idstringThe ID of the resource involved in the event.
actor_idstringThe identifier of the actor who initialized the event.
actor_typestringThe type of actor who initialized the event. The possible values are unknown, user, api_key, provider.
current_resourcejsonNullable JSON object representing the current state of the resource. DELETE operations will never have this field populated.
previous_resourcejsonNullable JSON object representing the previous state of the resource. CREATE operations will never have this field populated.