elasticsearch/docs/reference/sql/apis/sql-apis.asciidoc
James Rodewig a9ed7dc1eb
[DOCS] Document async SQL APIs (#75078)
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
2021-07-12 10:12:02 -04:00

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[]