ESQL: Get and list APIs should use async execution id format #127187
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
The get and list APIs for ESQL should use the same async execution id format that the async API uses. You should be able to do a
_query/async
which returns anid
and use thatid
immediately in the get running query API.The API also shouldn't return
node
,coordinating_node
, ordata_node
or anything. That's a concept that's not universally applicable. So:The text was updated successfully, but these errors were encountered: