Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

If using Bearer auth, pass the Secret Key as the token:

Path Parameters

id
string
required

The id of the data source

Body

application/json
databaseName
string
required

Database or project name.

tableSchema
string
required

Schema or dataset name.

tableName
string
required

Table name (unqualified).

columns
string[]
required
Required array length: 1 - 3 elements
limit
integer

Max rows to return. Defaults to 20.

Required range: 1 <= x <= 20

Response

200 - application/json

Resource created

status
string
required
Allowed value: "success"
table
string
required
columns
string[]
required
rows
object[]
required
rowCount
number
required
warning
string