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

ApproveBulkRequestModel

Approve or reject N awaiting-approval task instances in one call. Used by the wave-triage 'approve all N' button: each instance is a cycle paused at an approval gate; the same decision is fanned to every pair. The batch is fail-soft — a bad/already-resolved pair returns an error result without failing the rest.

FieldTypeDescription
pairsrequiredCycleTaskPair[]The (cycle, task) instances to resolve
item shape
decision"approve" | "reject"Decision applied to every pair
approvereject
commentsstring | nullOptional note recorded on every resolution