Skip to main content
GET
List table columns

Authorizations

Authorization
string
header
required

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

Path Parameters

table_id
string<uuid>
required

Response

Successful Response

A table's columns in position order (non-paginated by design).

columns
TableColumnWithUIPrefsSchema · object[]
required
total_count
integer
required
groups
TableColumnGroupReadSchema · object[]

The table's column groups, membership resolved in position order.