POST
/
v2
/
search
/
results
{
  "n_hits": 123,
  "sorts": [
    {
      "field": "<string>",
      "order": "asc",
      "meta": {
        "title": "<string>",
        "values": [
          "asc"
        ],
        "names": [
          "<string>"
        ]
      }
    }
  ],
  "filters": [
    {
      "field": "<string>",
      "op": "eq",
      "data": "true",
      "meta": {
        "group_title": "<string>",
        "group_expanded": true,
        "type": "<any>",
        "min": 123,
        "max": 123,
        "unit": "<string>",
        "currency": "<string>"
      },
      "id": "<string>"
    }
  ],
  "search_request_id": "<string>",
  "cursor": "<string>",
  "content_search_links": [
    {
      "type": "<any>",
      "title": "<string>",
      "description": "<string>",
      "image_url": "<string>",
      "page_url": "<string>",
      "highlights": [
        {
          "field": "<string>",
          "snippet": "<string>",
          "matched_tokens": [
            "<string>"
          ]
        }
      ]
    }
  ],
  "displays": [
    {}
  ],
  "debug_info": "<any>"
}

Authorizations

api_key
string
query
required

Headers

x-use-db-display-store
boolean
default:false

Body

application/json

Response

200
application/json
Successful Response

The response is of type object.