Skip to main content
POST
Sample Data Endpoint

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Request body for table sample data.

resource_uri
string
required

Resource URI of the data connection (e.g. data:org:project:name)

Required string length: 1 - 512
table_fqn
string
required

Fully qualified table name: database.schema.table

Required string length: 1 - 512
limit
integer
default:10

Maximum rows to return

Required range: 1 <= x <= 100

Response

Successful Response

Table sample data result.

columns
string[]
required
rows
any[][]
required
row_count
integer
required
truncated
boolean
required