---
title: "Full-text search across capsules visible to the caller"
method: GET
path: "/api/preview/search"
tags: ["search"]
---

# Full-text search across capsules visible to the caller

`GET /api/preview/search`

## Response `200`

Successful response

- object
  - `best_match` object, nullable
  - `delivery` object, required
    - `content_level` string
    - `hasMore` boolean
    - `nextCursor` union
      - string
      - integer
    - `overBudget` boolean
    - `reason` string, nullable
    - `returned` integer
    - `total` integer, nullable
    - `truncatedBy` string, nullable
  - `facets` object, required
  - `kind_counts` object
  - `kind_results` object
  - `limit` integer, required
  - `match_kind` 'identifier'
  - `offset` integer, required
  - `query` string, required
  - `results` object[], required
  - `search_id` string
  - `suggestions` string[]
  - `total` integer, required

---

[API](https://skmtc.net/symbol/apis/symbol-api.md) · [All operations](https://skmtc.net/symbol/apis/symbol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/symbol/symbol-api/revisions/c690ac22ae04/schema)
