NOTE: Use of this API is discouraged for new use cases. Prefer to use the audit log events API instead.
Retrieve all audit log requests.
Press shift + S to search API reference.
https://api.airtable.com/v0/meta/enterpriseAccounts/{enterpriseAccountId}/auditLogs
NOTE: Use of this API is discouraged for new use cases. Prefer to use the audit log events API instead.
Retrieve all audit log requests.
Authentication | Personal access token, OAuth integration |
Scope | enterprise.auditLogs:read |
User role | Enterprise admin |
Billing plans | All plans |
optional< number > The number of records per page. Maximum value of 100; defaults to 10. | |
optional< number > If there may be more to retrieve, an offset is returned. Pass the offset to the next call to retrieve the next page. Do not pass offset when retrieving the first page. |
optional< number > | |
array of |
$curl "https://api.airtable.com/v0/meta/enterpriseAccounts/{enterpriseAccountId}/auditLogs" \-H "Authorization: Bearer YOUR_TOKEN"
{"auditLogs": [{"createdByUserId": "usrL2PNC5o3H4lBEi","createdTime": "2021-01-01T00:00:00.000Z","filter": "appLkNDICXNqxSDhG","id": "ealLvFqm3oJNxg30m","state": "pending","timePeriod": "2021-01"}],"offset": 10}