v1

latestOpenAPI 3.1.12026-07-26104175.5 KB
Columns
External MCP
External API

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, cross-bridge cell mirror) 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.

get/api/external/bridge/{bridgeId}/column/metadata

Path parameters

bridgeIdstring required

Response

Per-column metadata for existing columns

columnIdstring uuid required

UUID of the existing column. Duplicated from column.columnId for backwards compatibility.

bridgeIdstring uuid required

UUID of the bridge this column belongs to. Duplicated from column.bridgeId for backwards compatibility.

webAgentModel'Lite' | 'Base' | 'Core' | 'Core2X' | 'Pro' | 'Ultra' | 'UltraTwoX' | 'UltraFourX' | 'UltraEightX' nullable

Web agent model — set on web-agent columns.

webhookUrlstring nullable

Webhook URL — set on webhook columns.