Returns the existing search applications Beta

GET /_application/search_application

Query parameters

  • q string

    Query in the Lucene query string syntax.

  • from number

    Starting offset.

  • size number

    Specifies a max number of results to get.

Responses

GET /_application/search_application
curl \
 -X GET http://api.example.com/_application/search_application
Response examples (200)
{
  "count": 42.0,
  "results": [
    {
      "name": "string",
      "indices": [
        "string"
      ],
      "": 42.0,
      "analytics_collection_name": "string"
    }
  ]
}