batch_operations
Execute multiple record, relationship, and collection operations atomically. All operations succeed or all fail. Use for transactions, multi-entity writes, or any case where consistency between operations is required. Max 100 operations.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
workspace_id | string | Yes | Target workspace ID |
operations | array | Yes | Array of operations to execute atomically |