---
title: "Search Through Text Content"
method: GET
path: "/v2/search/content"
tags: ["Search", "V2"]
---

# Search Through Text Content

`GET /v2/search/content`

## Query parameters

- `tenant` string, required
- `market` string, required
- `locale` string, nullable
- `query` string, nullable
- `user_id` string, nullable
- `session_id` string, nullable
- `dsid` string, nullable

## Response `200`

Successful Response

- ContentSearchResponse
  - `content_request_id` string, required
  - `links` ContentLink[], required
    - `type` 'content_link'
    - `title` string, required
    - `description` string, nullable, required
    - `image_url` string, nullable
    - `page_url` string, required
    - `highlights` TypesenseHighlights[]
      - `field` string, required
      - `snippet` string, required
      - `matched_tokens` string[], required

## Other responses

- `422` — Validation Error

---

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