Airtable · Schema

Airtable Audit Log Event

An audit log event recording an action performed within an Airtable enterprise account. Events capture who performed what action, on which resource, and when, for compliance and security monitoring purposes.

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

Properties

Name Type Description
id string The unique identifier for the audit log event.
timestamp string The exact date and time when the action was logged, in ISO 8601 format.
action string The type of action that was performed (e.g., created, updated, deleted, viewed, shared).
actor object The entity that performed the action.
modelId stringnull The ID of the model (base, table, field, record, view, etc.) that was affected by the action.
modelType stringnull The type of model affected by the action.
category string The category of the event for organizational and filtering purposes.
context object Additional context about the event, including related resource identifiers and request metadata.
payloadVersion string The version of the event payload format.
View JSON Schema on GitHub