search_records
Search Jobber records by type using reviewed queries, with pagination support. Use get_record before any write to verify data.
Instructions
Search a bounded Jobber record type using fixed reviewed queries. Use get_record before any write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor from a previous response's next_cursor, to fetch the next page | |
| page_size | No | ||
| record_type | Yes | ||
| search_term | No | ||
| returned_so_far | No | Items already returned by prior pages of this same query - echo back the previous response's returned_so_far; omit on the first call. |