{
  "object": "list",
  "has_more": false,
  "data": [
    {
      "object": "search_result",
      "stream": "transactions",
      "record_key": "rec_sb_txn_2026_04_18",
      "connector_id": "fabrikam_bank_demo",
      "record_url": "/sandbox/v1/streams/transactions/records/rec_sb_txn_2026_04_18",
      "emitted_at": "2026-04-18T19:30:00Z",
      "matched_fields": [
        "merchant",
        "category"
      ],
      "snippet": {
        "field": "merchant",
        "text": "Acme Payroll (simulated)"
      },
      "evidence_excerpts": [
        {
          "object": "evidence_excerpt",
          "field_path": "merchant",
          "preview_text": "Acme Payroll (simulated)",
          "truncated": true,
          "provenance": "lexical_match",
          "read": {
            "object": "field_window_read",
            "method": "GET",
            "route": "/v1/streams/transactions/records/rec_sb_txn_2026_04_18/field-window",
            "stream": "transactions",
            "record_id": "rec_sb_txn_2026_04_18",
            "field": "merchant"
          }
        }
      ],
      "score": {
        "kind": "bm25",
        "value": 0.25,
        "order": "lower_is_better"
      }
    }
  ],
  "meta": {
    "count": 1,
    "count_accuracy": "exact",
    "recall": {
      "complete": true,
      "ranking_scope": "all_matches",
      "truncated": false,
      "ranked_candidate_count": 1,
      "sources_searched_count": 3
    }
  },
  "url": "/sandbox/v1/search"
}