Perform a search against a search application Beta

POST /_application/search_application/{name}/_search

Path parameters

  • name string Required

    The name of the search application to be searched.

Query parameters

  • typed_keys boolean

    Determines whether aggregation names are prefixed by their respective types in the response.

application/json

Body

  • params object

    Query parameters specific to this request, which will override any defaults specified in the template.

    Hide params attributes Show params attributes object

Responses

POST /_application/search_application/{name}/_search
curl \
 -X POST http://api.example.com/_application/search_application/{name}/_search \
 -H "Content-Type: application/json" \
 -d '{"params":{"key":{}}}'