---
title: "get search description"
method: GET
path: "/answer/api/v1/search/desc"
tags: ["Search"]
---

# get search description

`GET /answer/api/v1/search/desc`

get search description

## Response `200`

OK

- object
  - `code` integer — http code
  - `data` object — response data
    - `count` integer
    - `list` SchemaSearchResult[] — search response
      - `object` SchemaSearchObject
        - `accepted` boolean
        - `answer_count` integer
        - `created_at` integer
        - `excerpt` string
        - `id` string
        - `question_id` string
        - `status` string — Status
        - `tags` SchemaTagResp[] — tags
          - `display_name` string
          - `main_tag_slug_name` string — if main tag slug name is not empty, this tag is synonymous with the main tag
          - `recommend` boolean
          - `reserved` boolean
          - `slug_name` string
        - `title` string
        - `url_title` string
        - `user_info` SchemaSearchObjectUser
          - `display_name` string
          - `id` string
          - `rank` integer
          - `status` string
          - `username` string
        - `vote_count` integer
      - `object_type` string — object_type
  - `msg` string — response message
  - `reason` string — reason key

---

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