run_column
Generate content for a single column across every row of a workflow.
Fire the content-generation pipeline for one column across every row of a workflow. Each runnable (pending or failed) cell in the column is enqueued; cells already queued, running, or complete are skipped.
Authentication: Required — Starter or Pro plan (heavy LLM cost).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workflowId | string | Yes | The workflow the column belongs to. From create_workflow or list_workflows. |
columnId | string | Yes | The column to run across all rows. Column ids come from the workflow's column configuration. |
Behavior
Returns immediately after enqueueing; generation is async — typically 1–3 minutes per cell, run in parallel. The response triggered field is the number of cells dispatched. Run a single row with run_row, or the whole sheet with run_workflow_pipeline.