Append Rows
Table Rows
Append Rows
POST /v0/artifacts//rows — Append rows to a table
POST
Append Rows
Append one or more rows to a table artifact. New columns in the row data that do not exist in the schema are auto-added as
text type.
Auth: Authorization: Bearer tr_...
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
publicId | string | Yes | The artifact’s public UUID |
Request body
| Field | Type | Required | Description |
|---|---|---|---|
rows | array | Yes | Array of row objects. Each object is a key-value map matching the table schema |
Example response
Response fields
| Field | Type | Description |
|---|---|---|
data | array | Array of created row summaries |
data[].id | string | UUID of the newly created row |
data[].createdAt | string (ISO 8601) | When the row was created |