jazz_query
Query Jazz table data using native query builder with conditions, field selection, sorting, and pagination.
Instructions
Query a Jazz table through Jazz's native query builder. where values may be scalars (eq) or type-supported operator objects such as {gt: 5}, {contains: "foo"}, or {in: [...]}. Conditions are AND-combined; query-level OR is not supported. Magic columns such as $createdBy/$updatedAt may be selected or filtered. This is not SQL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table | Yes | ||
| where | No | ||
| offset | No | ||
| select | No | ||
| orderBy | No |