Get Transaction Rules
get_transaction_rulesRetrieve transaction automation rules in priority order without modifying them. Paginate through rules with compact or verbose output to review active criteria and actions.
Instructions
Read a page of automation rules in priority order, without modifying them.
limit: 1–100 (default 25); offset: zero-based position. Follow next_offset until null; count is this page and total_count is all rules. Paging is local. Compact results omit null/empty object fields and GraphQL type labels, but preserve false, zero, and active criteria/actions. verbose=True returns the full upstream objects for the requested page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| rules | Yes | ||
| offset | Yes | ||
| verbose | Yes | ||
| next_offset | Yes | ||
| total_count | Yes |