get_orders
Retrieve order records from a SQLite database. Use an optional JSON filter string to return specific rows by column values, or leave empty for all orders.
Instructions
Get rows from orders. filters = JSON string like '{"col":"val"}' or empty string for all rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filters | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |