Pagination issue with airtable api #1069
Unanswered
andyshinn
asked this question in
Specific APIs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to query the Airtable List Records API using pagination offset (which appears to be how they paginate). But it fails with the error:
If I don't set
offset
for the pagination field then it works but only returns 100 records (and I have about 500). I also can't see the query it is making so not sure if maybe it is submitting an emptyoffset
with the first request and maybe that is why it fails?Beta Was this translation helpful? Give feedback.
All reactions