Skip to main content

User log accessing Airtable API

  • July 17, 2021
  • 2 replies
  • 30 views

Hi All!
I am building a tool with Airtable as database and users can access using API. Is there a way I can review log of all user requests? I am especially interested in requests that failed to analyze and add those records to my Airtable db.

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • July 17, 2021

Airtable itself does not generate any user accessible data for failed API requests.

How are users accessing the API? If you are using the REST API, have whatever code is using the REST API log the failure.


  • Author
  • Participating Frequently
  • July 18, 2021

Airtable itself does not generate any user accessible data for failed API requests.

How are users accessing the API? If you are using the REST API, have whatever code is using the REST API log the failure.


@kuovonne - thanks for this! I was hoping I could do this using Airtable. My tool’s front-end currently is excel, so I have now added a vba code to log all failed API requests to a separate table in Airtable.

Thanks for the tip!