bubble_search
Search Bubble.io data objects of a given type, applying constraints, sorting, and pagination to find the specific records you need.
Instructions
Search Bubble.io data objects of a given type with optional constraints, sorting, and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of results to return (default 100) | |
| cursor | No | Pagination cursor (default 0) | |
| dataType | Yes | The Bubble data type name to search (e.g. "user", "order") | |
| descending | No | Sort descending when true | |
| sort_field | No | Field name to sort results by | |
| constraints | No | Array of search constraints | |
| exclude_remaining | No | Exclude remaining count from response |