mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 09:54:06 -04:00
Adds formal API docs and JSON specs for the following APIs: * Get async SQL search * Get async SQL search status * Delete async SQL search Closes #74845
19 lines
No EOL
536 B
Text
19 lines
No EOL
536 B
Text
[role="xpack"]
|
|
[testenv="basic"]
|
|
[[sql-apis]]
|
|
== SQL APIs
|
|
|
|
NOTE: This list of SQL APIs is incomplete. We're working to add more.
|
|
|
|
{es}'s SQL APIs let you run SQL queries on {es} indices and data streams.
|
|
For an overview of {es}'s SQL features and related tutorials, see <<xpack-sql>>.
|
|
|
|
* <<get-async-sql-search-api>>
|
|
* <<get-async-sql-search-status-api>>
|
|
* <<delete-async-sql-search-api>>
|
|
|
|
include::delete-async-sql-search-api.asciidoc[]
|
|
|
|
include::get-async-sql-search-api.asciidoc[]
|
|
|
|
include::get-async-sql-search-status-api.asciidoc[] |