Operating system set to macOS
Documentation jurisdiction set to United States
Sign inConnect Claude
API/schemas
Schema

BatchRunRequest

Request to fan out N cycles from a WorkPlan (blueprint).

FieldTypeDescription
countinteger | nullLaunch N identical cycles from the WorkPlan
client_idsstring (uuid)[] | nullOne cycle per client (overrides count); capped at 500
all_clientsbooleanFan one cycle across every active client in the workspace (overrides count)
input_dataobjectShared runtime inputs (e.g. period, label)
show nested
Empty object.
topic_idstring (uuid) | nullBind all batch cycles to this topic. When set every cycle is created with topic_id so it emits live events to the topic channel and appears on the topic canvas (thinking, steps, artifacts). NULL cycles are invisible to the topic canvas even though they execute normally.