Airtable · Arazzo Workflow
Airtable Export Audit Logs
Version 1.0.0
Request an audit log export, poll until it is ready, then read the events.
View Spec
View on GitHub
ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
export-audit-logs
Create an audit log export request, poll for completion, then list events.
Creates an audit log export request scoped to a time range, repeatedly fetches the request until it reports a done status, and then lists the audit log events for the same enterprise account and time window.
1
createAuditLogRequest
createAuditLogRequest
Create a new audit log export request for the enterprise account using the supplied time range filter.
2
getAuditLogRequest
getAuditLogRequest
Poll the audit log export request until it reaches the done status. If the status is still pending or processing, retry this step; if it fails, abort the workflow.
3
listAuditLogEvents
listAuditLogEvents
Read the audit log events for the enterprise account across the same time range now that the export request has completed.