v14

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-279719892.3 MB
Rows

Get a set of rows

Returns rows in the published version of the specified table, given a set of row IDs. Note: This endpoint can be accessed without any authentication if the table is set to be allowed for public access.

post/cms/hubdb/2026-03/tables/{tableIdOrName}/rows/batch/read

Path parameters

tableIdOrNamestring required

Request body

inputsstring[] required

Strings to input.

Response

successful operation

completedAtstring date-time required

The timestamp indicating when the batch processing was completed.

linksobject

A collection of related links associated with the batch response.

requestedAtstring date-time

The timestamp indicating when the batch request was made.

startedAtstring 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.