Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions specification/esql/async_query_get/AsyncQueryGetRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import { RequestBase } from '@_types/Base'
import { Id } from '@_types/common'
import { Duration } from '@_types/Time'
import { EsqlFormat } from '@esql/_types/QueryParameters'

/**
* Get async ES|QL query results.
Expand All @@ -46,6 +47,10 @@ export interface Request extends RequestBase {
* @server_default false
*/
drop_null_columns?: boolean
/**
* A short version of the Accept header, for example `json` or `yaml`.
*/
format?: EsqlFormat
/**
* The period for which the query and its results are stored in the cluster.
* When this period expires, the query and its results are deleted, even if the query is still ongoing.
Expand Down
Loading