ts_read_table
Read rows from a Target Scheduler database table with optional filtering by column value and row limit.
Instructions
Read rows from a Target Scheduler database table.
where_column / where_value: optionally filter to rows where this column equals this value. limit: max rows to return (capped at 2000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table | Yes | ||
| where_value | No | ||
| where_column | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |