Skip to main content
POST
Get a set of rows

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

tableIdOrName
string
required

Body

application/json
inputs
string[]
required

Response

successful operation

completedAt
string<date-time>
required

The timestamp indicating when the batch processing was completed.

results
object[]
required
startedAt
string<date-time>
required

The timestamp indicating when the batch processing began.

status
enum<string>
required

The current status of the batch operation, with possible values: CANCELED, COMPLETE, PENDING, PROCESSING.

Available options:
CANCELED,
COMPLETE,
PENDING,
PROCESSING

A collection of related links associated with the batch response.

requestedAt
string<date-time>

The timestamp indicating when the batch request was made.

Last modified on September 9, 2026