Get Bridge
Fetch the summary 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 what the Bridge is configured to look for — the buyer scope it watches, the search filters/queries it runs, and the match/scoring criteria — call getBridgeConfiguration. For the per-column schema (columnId, name, prompt, type, fieldFormat, etc.) needed to construct column-targeted filters in listBridgeRows, call getBridgeColumnMetadata.
Authorizations
HTTP Bearer Authentication
Path Parameters
Response
Bridge details
Unique identifier for the bridge
Name of the bridge
User ID who created and owns the bridge
Type of filter applied to the bridge — also what each of its rows represents, surfaced per row as entity. RFP bridges match RFPs.
RFP, Meeting, Purchase, Buyer, TopBuyer, Contact, Signal, Conference, JobChange, SequenceBuyer, SequenceContact, SequenceJobChange, VendorPresence, ProductCompetitorPresence, CompanionPresence, ContractExpiration Current status of the bridge
Initializing, Matching, Draft, Open, Failed, Deleting Timestamp when a user last edited this bridge's configuration (name, columns, sharing). Does NOT indicate when new rows were added
Total number of rows in the bridge