Implementing pagination with query param in connector builder using YAML

Summary

How to implement pagination in a connector builder using YAML when the query param ‘page’ increments by 1 and the stopping condition is ‘last_page’: true in the response.


Question

Hello! I have an endpoint where the query param “page” (starts from 0) increment 1 and then the stopping condition in response “last_page”: true. How may I implement this in the builder with YAML?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.

Join the conversation on Slack

["pagination", "query-param", "connector-builder", "yaml"]