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 identifier that matches no accessible table, or several tables, is an error naming how to refine it — a table outside your scope reads exactly like one that does not exist.

Parameters

Body

data_table
string
required
The data table to fetch, matched against its name (case- and accent-insensitive substring) or, when it is a valid ObjectId, against the table id. Must resolve to exactly one table.

Response

Body

id
string
resource_url
string
Deep link to open this data table in the Qobra web app.
name
string
api_key
string
source
string
integration
object
fields
object[]