WorkspaceEntitiesBatchRequest
Batch insert tables across all Connected Workers surfaces in a single call. Each table carries its own type, so one request can mix locations, assets, and lists.
- tablesType: array · WorkspaceEntityBatchTable[]required
Tables to create, each with its own
type, columns, and rows.- nameType: stringrequired
Asset name
- statusType: string enumrequired
Asset status
values- active
- inactive
- typeType: string enumrequired
Which entity surface this table belongs to.
values- location
- asset
- list
- columnsType: array object[] · AssetColumnRequest[]
Column definitions (optional).
- isType: boolean
Taggable Whether items in this asset can be tagged
- itemsType: array object[] · AssetItemRequest[]
Rows for this asset.
A row — an object mapping each column's
keyto its value. - keyType: string
URL-safe key (slug) — lowercase, no spaces. Auto-generated from
nameon create if omitted; unique within the project; cannot be all-numeric. Usable in place of the id in any path. - parentnullable
Id Parent asset — ID or key.
- Type: number
Parent asset — ID or key.

