You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: explore-analyze/query-filter/languages/esql-rest.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,12 @@ POST /_query?format=txt
60
60
61
61
{{esql}} can return the data in the following human readable and binary formats. You can set the format by specifying the `format` parameter in the URL or by setting the `Accept` or `Content-Type` HTTP header.
62
62
63
+
For example:
64
+
65
+
```console
66
+
POST /_query?format=yaml
67
+
```
68
+
63
69
::::{note}
64
70
The URL parameter takes precedence over the HTTP headers. If neither is specified then the response is returned in the same format as the request.
0 commit comments