tableId, rather than creating duplicate entries.Data Connection Tables
Data Connection Tables
Connection Tables represent individual tables discovered from an external connection. When a Connection’s “Get Tables” operation
is performed, the results are stored as Connection Table records. Each record contains the table’s identifier, display name, and
schema (column definitions), and is linked back to both the Connection and the Connection Tables Result that produced it.
If the “Get Tables” operation is run multiple times on the same Connection, tables are added, removed, or updated based on their
Previous
Query Connection TablesQuery connection tables, optionally applying a filter.
### Queryable Fields
- `id` - `OBJECT_ID`
- `tablesResultId` - `OBJECT_ID`
- `connectionId` - `OBJECT_ID`
- `tableId` - `STRING`
### Permissions
- `api.connections.read`
Next

