Skip to main content
GET
/
api
/
external
/
bridge
/
{bridgeId}
Get Bridge
curl --request GET \
  --url https://dashboard.starbridge.ai/api/external/bridge/{bridgeId} \
  --header 'Authorization: Bearer <token>'
{
  "bridgeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "userId": "<string>",
  "filterType": "RFP",
  "status": "Initializing",
  "updatedAt": "<string>",
  "rowCount": 123
}

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

Authorization
string
header
required

HTTP Bearer Authentication

Path Parameters

bridgeId
string
required

Response

Bridge details

bridgeId
string<uuid>
required

Unique identifier for the bridge

name
string
required

Name of the bridge

userId
string
required

User ID who created and owns the bridge

filterType
enum<string>
required

Type of filter applied to the bridge

Available options:
RFP,
Meeting,
Purchase,
Buyer,
Contact,
Signal,
Conference,
JobChange
status
enum<string>
required

Current status of the bridge

Available options:
Initializing,
Matching,
Draft,
Open,
Failed,
Deleting
updatedAt
string
required

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

rowCount
integer

Total number of rows in the bridge