Airtable · Arazzo Workflow
Airtable Paginate All Records
Version 1.0.0
Page through every record in a table using the offset cursor.
View Spec
View on GitHub
ApplicationCollaborationDataDatabasesLow-CodeProductivitySpreadsheetsArazzoWorkflows
Provider
Workflows
paginate-all-records
Fetch the first page of records, then the next page via the offset.
Requests the first page of records with a page size of one hundred, then uses the offset cursor from that response to retrieve the following page.
1
firstPage
Request the first page of records using the maximum page size of one hundred records.
2
nextPage
Fetch the next page of records by passing the offset cursor returned by the first page into the offset query parameter.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.