Added

New automation loop fields on `BlockEvent`


🏷️ API version: 2026-04

The BlockEvent type now includes fields to support automation loops (iterators). These fields let you identify whether a block event is part of a loop and track its progress.

FieldTypeDescription
iterator_idIDThe iterator identifier if the block is part of a loop
current_iterationIntThe current iteration number within the loop
max_iterationsIntThe total configured iterations for the loop