We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
format
esql.async_query_get
1 parent 0efbcef commit 25b04ecCopy full SHA for 25b04ec
specification/esql/async_query_get/AsyncQueryGetRequest.ts
@@ -20,6 +20,7 @@
20
import { RequestBase } from '@_types/Base'
21
import { Id } from '@_types/common'
22
import { Duration } from '@_types/Time'
23
+import { EsqlFormat } from '@esql/_types/QueryParameters'
24
25
/**
26
* Get async ES|QL query results.
@@ -46,6 +47,10 @@ export interface Request extends RequestBase {
46
47
* @server_default false
48
*/
49
drop_null_columns?: boolean
50
+ /**
51
+ * A short version of the Accept header, for example `json` or `yaml`.
52
+ */
53
+ format?: EsqlFormat
54
55
* The period for which the query and its results are stored in the cluster.
56
* When this period expires, the query and its results are deleted, even if the query is still ongoing.
0 commit comments