[role="xpack"]
[[fleet-multi-search]]
=== Fleet multi search API
++++
Fleet multi search
++++
Executes several <> with a single API request.
The API follows the same structure as the <> API. However,
similar to the fleet search API, it supports the `wait_for_checkpoints` parameter.
NOTE: The fleet multi search API is designed for indirect use through fleet server. Direct use is
not supported. Elastic reserves the right to change or remove this feature in future releases
without prior notice.
[[fleet-multi-search-api-request]]
==== {api-request-title}
`GET /_fleet/_fleet_msearch`
`GET //_fleet/_fleet_msearch`
[[fleet-multi-search-api-path-params]]
==== {api-path-parms-title}
``::
(Optional, string)
A single target to search. If the target is an index alias, it must resolve to a single index.
[role="child_attributes"]
[[fleet-multi-search-api-query-parms]]
==== {api-query-parms-title}
`wait_for_checkpoints`::
(Optional, list) A comma separated list of checkpoints. When configured, the search API will
only be executed on a shard after the relevant checkpoint has become visible for search.
Defaults to an empty list which will cause Elasticsearch to immediately execute the search.
`allow_partial_search_results`::
(Optional, Boolean)
If `true`, returns partial results if there are shard request timeouts or
<>. If `false`, returns an error with
no partial results. Defaults to the configured cluster setting `search.default_allow_partial_results` which
is `true` by default.