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

Audit log data model

Fetching logs

Use GET /logs to list audit log entries, or GET /logs/{log_id} to retrieve a single entry by ID.

Filtering and pagination

GET /logs accepts the following query parameters: Successful responses include has_next and next_url alongside the data envelope to drive cursor-based pagination.

Event types

The event_type field is one of:
  • Datalakes: IMPORT_DATALAKE_ADD, IMPORT_DATALAKE_UPDATE, IMPORT_DATALAKE_DELETE
  • Providers: IMPORT_PROVIDER_ADD, IMPORT_PROVIDER_UPDATE, IMPORT_PROVIDER_DELETE
  • Sources: IMPORT_SOURCE_ADD, IMPORT_SOURCE_UPDATE, IMPORT_SOURCE_DELETE
  • Datasets: IMPORT_DATASET_ADD, IMPORT_DATASET_UPDATE, IMPORT_DATASET_DELETE
  • Destinations: IMPORT_DESTINATION_ADD, IMPORT_DESTINATION_UPDATE, IMPORT_DESTINATION_DELETE
  • Products: IMPORT_PRODUCT_ADD, IMPORT_PRODUCT_UPDATE, IMPORT_PRODUCT_DELETE
  • Streams: IMPORT_STREAM_ADD, IMPORT_STREAM_UPDATE, IMPORT_STREAM_DELETE