graph_paginate
Fetch all data items from a GET endpoint by automatically handling pagination, with a configurable page limit to prevent runaway requests.
Instructions
Auto-paginate a GET endpoint and return a flat list of all data items.
Stops at max_pages to prevent runaway calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| endpoint | Yes | ||
| max_pages | No |