Skip to main content

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!

Hi @Mallory_Price,


@Chinara_James has written what I consider the best practice guidelines for Airtable API pagination.


Hi @Mallory_Price,


@Chinara_James has written what I consider the best practice guidelines for Airtable API pagination.


Thanks for the kind words @Bill.French


How to use limit/offset to export & collect data from the Perform Line API in bulk??


Reply