v1

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

Get Bridge

Fetch the configuration of a single Bridge by ID — name, owner, filter type, current status, last-updated timestamp, and total row count. A Bridge watches for one type of buyer activity — RFPs, meetings, purchases, conferences, contact or job changes, or other signals — within a buyer-list scope, extracts a configurable set of column values when something matches, and stores each match as a row.

For the per-column schema (columnId, name, prompt, type, fieldFormat, etc.) needed to construct column-targeted filters in listBridgeRows, call getBridgeColumnMetadata.

get/api/external/bridge/{bridgeId}

Path parameters

bridgeIdstring required

Response

Bridge details

bridgeIdstring uuid required

Unique identifier for the bridge

namestring required

Name of the bridge

userIdstring required

User ID who created and owns the bridge

filterType'RFP' | 'Meeting' | 'Purchase' | 'Buyer' | 'TopBuyer' | 'Contact' | 'Signal' | 'Conference' | 'JobChange' | 'SequenceBuyer' | 'SequenceContact' | 'SequenceJobChange' | 'VendorPresence' | 'ProductCompetitorPresence' | 'CompanionPresence' required

Type of filter applied to the bridge

status'Initializing' | 'Matching' | 'Draft' | 'Open' | 'Failed' | 'Deleting' required

Current status of the bridge

updatedAtstring required

Timestamp when a user last edited this bridge's configuration (name, columns, sharing). Does NOT indicate when new rows were added

rowCountinteger

Total number of rows in the bridge

All 10 operations