---
title: "Get a set of rows from draft table"
method: POST
path: "/cms/hubdb/2026-03/tables/{tableIdOrName}/rows/draft/batch/read"
tags: ["Rows"]
---

# Get a set of rows from draft table

`POST /cms/hubdb/2026-03/tables/{tableIdOrName}/rows/draft/batch/read`

Returns rows in the draft version of the specified table, given a set of row IDs.

## Path parameters

- `tableIdOrName` string, required

## Request body

- BatchInputString
  - `inputs` string[], required — Strings to input.

## Response `200`

successful operation

- CmsHubdbBatchResponseHubDbTableRowV3
  - `completedAt` string, date-time, required — The timestamp indicating when the batch processing was completed.
  - `links` object — A collection of related links associated with the batch response.
  - `requestedAt` string, date-time — The timestamp indicating when the batch request was made.
  - `results` CmsHubdbHubDbTableRowV3[], required
    - `childTableId` string, required — Specifies the value for the column child table id
    - `createdAt` string, date-time, required — Timestamp at which the row is created
    - `id` string, required — The id of the table row
    - `name` string, required — Specifies the value for `hs_name` column, which will be used as title in the dynamic pages
    - `path` string, required — Specifies the value for `hs_path` column, which will be used as slug in the dynamic pages
    - `publishedAt` string, date-time, required — The timestamp indicating when the row was last published, in date-time format.
    - `updatedAt` string, date-time, required — Timestamp at which the row is updated last time
    - `values` object, required — List of key value pairs with the column name and column value
  - `startedAt` string, date-time, required — The timestamp indicating when the batch processing began.
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING', required — The current status of the batch operation, with possible values: CANCELED, COMPLETE, PENDING, PROCESSING.

## Other responses

- `207` — multiple statuses
- `default` — An error occurred.

---

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