List the rows of a single Bridge — the concrete matches the Bridge has produced — with optional filtering, sorting, and full-text search. Each row carries a processing status, optional buyer/organizer association, an updatedAt timestamp, and the per-column values populated for that match. The per-row columns map is keyed by the human-readable column name (not by columnId), and values are polymorphic per the column’s fieldFormat (string / number / boolean / object / null).
Prefer narrowing server-side with filters, sorts, and query in the request body over scanning every page. To filter on a specific column, first call getBridgeColumnMetadata to obtain the column’s columnId UUID and reference it from BridgeFilters.terms[].field; common entry-level fields (status, buyerId, opportunityId, entryName, triggeredAt, confidenceScore, etc.) are also filterable. See ListBridgeRowsRequest for the full schema of supported filter terms, operations, and sort columns.
To paginate, start at pageNumber=1 and increment until pageNumber == totalPages.
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.
HTTP Bearer Authentication
Page number, 1-based. Minimum 1.
Page size. Must be > 0 and <= 50. Prefer <= 20.
Filtering, sorting, and free-text search parameters for bridge rows. Refer to examples for proper usage.
Filter criteria for bridge rows. All `terms` are combined with logical AND — a row must
satisfy every term to be included. Provide an empty `terms` list (or omit `filters`) to
return all rows.Sort specification for rows
Full-text search query