Run the query-mode iterator and return the next page of results (beta)
Returns the next page of records for an existing query-mode search.
POST
Run the query-mode iterator and return the next page of results (beta)
Authorizations
Personal API key tied to your Clay user. Create one under Settings → Account in the Clay app.
Path Parameters
Body
application/json
Body
Required range:
1 <= x <= 500Previous
Run a structured query across one or more tablesRuns a structured query against Clay table data and returns records with field metadata. Results are paginated: pass the returned cursor back to fetch the next page. Scans return rows in least-recently-updated-first order and reflect writes that land while you paginate — a scan returns every record visible when it started and picks up records written while it runs, and a record updated mid-scan can be returned again with fresher data, so deduplicate by id if you need each record once.
Next
Run the query-mode iterator and return the next page of results (beta)

