List changes
Return the changes of a monitored base. Filter by event, table, user, date range, and more. Changes are returned by occurrence date in descending order.
Authorizations
Your Simplified Webhooks API key, sent as a bearer token: Authorization: Bearer sk_.... Create API keys in your profile settings.
Path Parameters
The monitoring config id.
"8f1d6b2c-3a4e-4c5d-9e6f-0a1b2c3d4e5f"
Query Parameters
Only this event type (e.g. record_update).
record_create, record_update, record_delete, table_create, table_update, table_delete, column_create, column_update, column_delete Only record events or only schema events.
record, schema Only changes for this Airtable table.
1Only changes for this record (or field id for column events).
1Only changes from this Airtable source (client, automation, …).
client, automation, formSubmission, formPageSubmission, publicApi, publicApiCall, system, sync, anonymousUser, unknown Only changes by this user email.
1Only updates that touched this field id.
1Include changes on or after this date (YYYY-MM-DD, UTC).
^\d{4}-\d{2}-\d{2}$Include changes on or before this date (YYYY-MM-DD, UTC).
^\d{4}-\d{2}-\d{2}$Page size (1–100). Default 50.
1 <= x <= 100Page cursor from a previous nextCursor. Omit on the first request.
1