GET
/
v1
/
tables
/
{table_id}
/
data

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string
required

Query Parameters

offset
integer | null
limit
integer | null

Response

200 - application/json
columns
object[]
required

Table columns configurations.

created_at
string
required

Table creation time.

id
string
required

Table ID.

name
string
required

Table name.

status
object
required
rows
object[]