GET
/
v1
/
tables

Authorizations

Authorization
string
headerrequired

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

Query Parameters

offset
integer | null
limit
integer | null

Response

200 - application/json
id
string
required

Table ID.

created_at
string
required

Table creation time.

name
string
required

Table name.

columns
object[]
required

Table columns configurations.