Aug 14, 2019 02:18 PM
I’m trying to use an offset parameter in an API call in order to retrieve more than the first 100 records.
I’m getting this error:
{‘error’: {‘type’: ‘INVALID_OFFSET_VALUE’, ‘message’: “The value of offset ‘(record id)’ is invalid”}}
Can anyone help with what’s going on here? Is there a different way it’s supposed to be formatted? Thanks!
Aug 14, 2019 02:33 PM
Hi @Mallory_Price,
@Chinara_James has written what I consider the best practice guidelines for Airtable API pagination.
Aug 15, 2019 01:43 PM
Thanks for the kind words @Bill.French
Jan 19, 2023 08:41 PM
How to use limit/offset to export & collect data from the Perform Line API in bulk??