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.
1 parent e585438 commit 91597f5Copy full SHA for 91597f5
specification/esql/async_query/AsyncQueryRequest.ts
@@ -59,6 +59,8 @@ export interface Request extends RequestBase {
59
drop_null_columns?: boolean
60
/**
61
* A short version of the Accept header, for example `json` or `yaml`.
62
+ *
63
+ * `csv`, `tsv`, and `txt` formats will return results in a tabular format, excluding other metadata fields from the response.
64
*/
65
format?: EsqlFormat
66
}
0 commit comments