---
title: "Import Row"
method: POST
path: "/v1/rows"
---

# Import Row

`POST /v1/rows`

Import a typed custom row.

Requires the **Import** permission (`ingest` scope). Create its object type
first, then ensure each field value matches the object type's schema. A
`201 Created` response confirms acceptance for asynchronous processing.

## Request body

- RowRequest
  - `version` integer
  - `id` string, required
  - `sourceId` string, uuid, required
  - `createdAt` union
    - string
    - integer
    - number
  - `updatedAt` union
    - string
    - integer
    - number
  - `public` boolean
  - `ownerEmails` string[]
  - `objectTypeId` string, uuid, required
  - `name` string, required
  - `fields` object, required

## Response `201`

Successful Response

- RecordResponse
  - `status` 'created' | 'updated', required
  - `recordId` string, required
  - `id` string, required
  - `sourceId` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sybill/apis/sybill-api.md) · [All operations](https://skmtc.net/sybill/apis/sybill-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sybill/sybill-api/revisions/f499ec011b17/schema)
