Skip to main content

Get a table's columns + types

GET 

/v1/analytics/tables/:table_name

Describe one table: its columns and their types.

Pass integration_id to describe a table in a connected external database, which is introspected with a LIMIT 0 query so nothing is read. Omit it for your organization's database.

Requires the analytics:read scope.

Request

Responses

Successful Response