run_table_exporter
Trigger a table exporter to process rows based on selection strategy: run all rows, skip completed rows, or rerun errors.
Instructions
Trigger an exporter to run on a table. By default runs on all rows. Use run_strategy to control row selection. Subject to spending limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_uuid | Yes | The UUID of the table | |
| exporter_id | Yes | The table exporter ID to run (returned by add_table_exporter) | |
| run_strategy | No | Which rows to process: 'run_all' (default) runs every row, 'run_empty' skips rows that already have a result, 'run_errors' reruns only rows that ended with an error. |