List existing columns with their per-type settings
Use to inspect which columns already exist on this bridge and how they are configured.
Returns each column’s per-type settings not carried by getBridge (link settings,
web-agent model, vendor presence, email generation, webhook URL) plus
additionalFields synthetic refs (e.g. {columnId$basis:firstName}) usable in
prompts or as referenceFieldPath on createReferenceColumn. Cross-reference entries
to the bridge’s columns from getBridge by columnId for the base column shape.
Documentation Index
Fetch the complete documentation index at: https://hc.starbridge.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
HTTP Bearer Authentication
Path Parameters
Response
Per-column metadata for existing columns
UUID of the existing column. Duplicated from column.columnId for backwards compatibility.
UUID of the bridge this column belongs to. Duplicated from column.bridgeId for backwards compatibility.
Extra reference paths exposed by this column. For basis columns (e.g. a Get Contact column that attaches contact records), these surface synthetic refs like {columnId$basis:firstName} you can plug into prompts or referenceFieldPath on createReferenceColumn.
Web agent model — set on web-agent columns.
Lite, Base, Core, Core2X, Pro, Ultra, UltraTwoX, UltraFourX, UltraEightX Cross-bridge link settings — set on cross-bridge reference columns.
Vendor presence settings — set on vendor presence columns.
Email generation settings — set on email template columns.
Webhook URL — set on webhook columns.