Skip to main content
Get one data table’s full field schema, resolved by name or id. Returns the same shape as a list_data_tables row — source, public-API key, integration and fields — plus, for every PICKLIST / MULTIPICKLIST field, its selectable option labels. Reach for it to learn a table’s columns and the exact option labels to filter its records on; use list_data_tables to discover which tables exist. You only see the data tables you have access to. An id that names no accessible table is an error — a table outside your scope reads exactly like one that does not exist.

Parameters

Body

string
required
Id of the data table to fetch — the id list_data_tables returns.

Response

Body

string
string
Deep link to open this data table in the Qobra web app.
string
string
string
object
object[]
The views the caller may query for this table’s records — pass one’s id as view_id to list_data_table_records to narrow the rows. Empty when no view is relevant.
object[]