bubble_search_all
Automatically paginate through all records of a Bubble data type, up to a configurable max. Return combined results with a capped flag if the limit is reached.
Instructions
Auto-paginates through all records of a Bubble data type, up to a configurable max. Returns combined results with a capped flag if the limit was hit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataType | Yes | The Bubble data type to search | |
| descending | No | Sort descending when true | |
| sort_field | No | Field to sort by | |
| constraints | No | Optional search constraints | |
| max_records | No | Max records to return (default 1000, max 10000) |